COLOR #C09CF5

HEX: #C09CF5
RGB: (192,156,245)

Color info

#C09CF5 contains mainly red and blue colors. Web safe color of #C09CF5 is #CC99FF (or #C9F).

RGB color model

#C09CF5 color RGB value is (192,156,245).

  • red value is 192;
  • green value is 156;
  • blue value is 245.
RGB:
(192,156,245)
(75%,61%,96%)

RGB channels and saturation

R 192 of 255 = 75%
G 156 of 255 = 61%
B 245 of 255 = 96%

192
156
245

R + G + B ~ 77%. #C09CF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 156 + 245 = 593 (100%)
R 192 of 593 ~ 32.38%
G 156 of 593 ~ 26.31%
B 245 of 593 ~ 41.32%

%32.38
%26.31
%41.32

CMYK color model

#C09CF5 color CMYK value is (22,36,0,4).

  • cyan value is 21.63%
  • magenta value is 36.33%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(22,36,0,4)
C22M36Y0K4 
(22%,36%,0%,4%)
(0.22/0.36/0.00/0.04)	

CMYK percentages

%21.63
%36.33
%0
%3.92

Codes

Color #C09CF5 in popluar color models

C09CF5
RGB192156245
HSL264°81.65%78.63%
HSB/HSV264°36.33%96.08%
CMYK21.63%36.33%0.00%
3.92%

Color #C09CF5 in popluar number systems.

HEXC09CF5
Decimal192156245
Binary110000001001110011110101
Octal300234365

Shades and tints

Shades of #C09CF5

#C09CF5
(192,156,245)
#AF8EDF
(175,142,223)
#9E80C9
(158,128,201)
#8D72B3
(141,114,179)
#7C649D
(124,100,157)
#6B5687
(107,86,135)
#5A4871
(90,72,113)
#493A5B
(73,58,91)
#382C45
(56,44,69)
#271E2F
(39,30,47)
#161019
(22,16,25)
#000000
(0,0,0)

Tints of #C09CF5

#C09CF5
(192,156,245)
#C5A5F5
(197,165,245)
#CAAEF5
(202,174,245)
#CFB7F5
(207,183,245)
#D4C0F5
(212,192,245)
#D9C9F5
(217,201,245)
#DED2F5
(222,210,245)
#E3DBF5
(227,219,245)
#E8E4F5
(232,228,245)
#EDEDF5
(237,237,245)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09CF5 color. Also use rgb(192,156,245) instead hex code.

Text Font Color

.myTextColor { color: #C09CF5; }

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

This text font color is #C09CF5.


Background Color

.myBgColor { background-color: #C09CF5; }

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

This div background color is #C09CF5.


Border color

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

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

This div border color is #C09CF5.


Opacity

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

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

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

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

This text has shadow with #C09CF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09CF5 on black background.


Color preview on white background

This text has color #C09CF5 on white background.



Black color preview on #C09CF5 background

This text has black color on #C09CF5 background.


White color preview on #C09CF5 background

This text has white color on #C09CF5 background.