COLOR #C369D0

HEX: #C369D0
RGB: (195,105,208)

Color info

#C369D0 contains mainly red and blue colors. Web safe color of #C369D0 is #CC66CC (or #C6C).

RGB color model

#C369D0 color RGB value is (195,105,208).

  • red value is 195;
  • green value is 105;
  • blue value is 208.
RGB:
(195,105,208)
(76%,41%,82%)

RGB channels and saturation

R 195 of 255 = 76%
G 105 of 255 = 41%
B 208 of 255 = 82%

195
105
208

R + G + B ~ 66%. #C369D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 105 + 208 = 508 (100%)
R 195 of 508 ~ 38.39%
G 105 of 508 ~ 20.67%
B 208 of 508 ~ 40.94%

%38.39
%20.67
%40.94

CMYK color model

#C369D0 color CMYK value is (6,50,0,18).

  • cyan value is 6.25%
  • magenta value is 49.52%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(6,50,0,18)
C6M50Y0K18 
(6%,50%,0%,18%)
(0.06/0.50/0.00/0.18)	

CMYK percentages

%6.25
%49.52
%0
%18.43

Codes

Color #C369D0 in popluar color models

C369D0
RGB195105208
HSL292°52.28%61.37%
HSB/HSV292°49.52%81.57%
CMYK6.25%49.52%0.00%
18.43%

Color #C369D0 in popluar number systems.

HEXC369D0
Decimal195105208
Binary11000011110100111010000
Octal303151320

Shades and tints

Shades of #C369D0

#C369D0
(195,105,208)
#B260BE
(178,96,190)
#A157AC
(161,87,172)
#904E9A
(144,78,154)
#7F4588
(127,69,136)
#6E3C76
(110,60,118)
#5D3364
(93,51,100)
#4C2A52
(76,42,82)
#3B2140
(59,33,64)
#2A182E
(42,24,46)
#190F1C
(25,15,28)
#000000
(0,0,0)

Tints of #C369D0

#C369D0
(195,105,208)
#C876D4
(200,118,212)
#CD83D8
(205,131,216)
#D290DC
(210,144,220)
#D79DE0
(215,157,224)
#DCAAE4
(220,170,228)
#E1B7E8
(225,183,232)
#E6C4EC
(230,196,236)
#EBD1F0
(235,209,240)
#F0DEF4
(240,222,244)
#F5EBF8
(245,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C369D0 color. Also use rgb(195,105,208) instead hex code.

Text Font Color

.myTextColor { color: #C369D0; }

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

This text font color is #C369D0.


Background Color

.myBgColor { background-color: #C369D0; }

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

This div background color is #C369D0.


Border color

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

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

This div border color is #C369D0.


Opacity

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

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

Text with #C369D0 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 #C369D0;}

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

This text has shadow with #C369D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C369D0 on black background.


Color preview on white background

This text has color #C369D0 on white background.



Black color preview on #C369D0 background

This text has black color on #C369D0 background.


White color preview on #C369D0 background

This text has white color on #C369D0 background.