COLOR #C365D7

HEX: #C365D7
RGB: (195,101,215)

Renk bilgisi

#C365D7 contains mainly red and blue colors. #C365D7 ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#C365D7 color RGB value is (195,101,215).

  • kırmız ton 195;
  • yeşil ton 101;
  • mavi ton 215.
RGB:
(195,101,215)
(76%,40%,84%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 101 of 255 = 40%
B 215 of 255 = 84%

195
101
215

R + G + B ~ 67%. #C365D7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 101 + 215 = 511 (100%)
R 195 of 511 ~ 38.16%
G 101 of 511 ~ 19.77%
B 215 of 511 ~ 42.07%

%38.16
%19.77
%42.07

CMYK RENK MODELİ

#C365D7 rengi CMYK tonu (9,53,0,16).

  • camgöbeği tonu 9.30%
  • eflatun tonu 53.02%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(9,53,0,16)
C9M53Y0K16 
(9%,53%,0%,16%)
(0.09/0.53/0.00/0.16)	

CMYK yüzdeleri

%9.3
%53.02
%0
%15.69

Codes

Color #C365D7 in popluar color models

C365D7
RGB195101215
HSL289°58.76%61.96%
HSB/HSV289°53.02%84.31%
CMYK9.30%53.02%0.00%
15.69%

Color #C365D7 in popluar number systems.

HEXC365D7
Decimal195101215
Binary11000011110010111010111
Octal303145327

Shades and tints

Shades of #C365D7

#C365D7
(195,101,215)
#B25CC4
(178,92,196)
#A153B1
(161,83,177)
#904A9E
(144,74,158)
#7F418B
(127,65,139)
#6E3878
(110,56,120)
#5D2F65
(93,47,101)
#4C2652
(76,38,82)
#3B1D3F
(59,29,63)
#2A142C
(42,20,44)
#190B19
(25,11,25)
#000000
(0,0,0)

Tints of #C365D7

#C365D7
(195,101,215)
#C873DA
(200,115,218)
#CD81DD
(205,129,221)
#D28FE0
(210,143,224)
#D79DE3
(215,157,227)
#DCABE6
(220,171,230)
#E1B9E9
(225,185,233)
#E6C7EC
(230,199,236)
#EBD5EF
(235,213,239)
#F0E3F2
(240,227,242)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C365D7 color. Also use rgb(195,101,215) instead hex code.

Text Font Color

.myTextColor { color: #C365D7; }

<p style="color:#C365D7">This sample text font color is #C365D7.</p>

This text font color is #C365D7.


Background Color

.myBgColor { background-color: #C365D7; }

<div style="background-color:#C365D7">Inner text</div>

This div background color is #C365D7.


Border color

.myBorderColor { border: 1px solid #C365D7; }

<div style="border:3px solid #C365D7">Div</div>

This div border color is #C365D7.


Opacity

.myOpacity80 { color: #C365D7; opacity: 0.8; }

<p style="color:#C365D7;opacity:0.8;">80%</p>

Text with #C365D7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C365D7;}

<p style="text-shadow: 3px 3px 1px #C365D7">Text here.</p>

This text has shadow with #C365D7 color.

.textShadow {text-shadow: 3px 3px 1px #C365D7, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C365D7, 5px 5px 20px red">Text here.</p>

This text has shadow with #C365D7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C365D7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C365D7, Direction=45, Strength=4)">Text</p>

This text has shadow with #C365D7 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C365D7;
  -webkit-box-shadow:	1px 1px 3px 2px #C365D7;
  box-shadow:		1px 1px 3px 2px #C365D7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C365D7;
-webkit-box-shadow: 1px 1px 3px 2px #C365D7;
box-shadow:1px 1px 3px 2px #C365D7;">
Div content here</div>
This div box has shadow with color #C365D7.

Preview

Color preview on black background

This text has color #C365D7 on black background.


Color preview on white background

This text has color #C365D7 on white background.



Black color preview on #C365D7 background

This text has black color on #C365D7 background.


White color preview on #C365D7 background

This text has white color on #C365D7 background.