COLOR #C0A5E5

HEX: #C0A5E5 RGB: (192,165,229)

Color info

#C0A5E5 contains mainly red and blue colors. Web safe color of #C0A5E5 is #CC99CC (or #C9C).

RGB color model

#C0A5E5 color RGB value is (192,165,229).

RGB: (192,165,229) (75%, 65%, 90%)

RGB channels and saturation

R 192 of 255 = 75%
G 165 of 255 = 65%
B 229 of 255 = 90%

192
165
229

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

Portions of RGB colors in percentages

R + G + B = 192 + 165 + 229 = 586 (100%)
R 192 of 586 ~ 32.76%
G 165 of 586 ~ 28.16%
B 229 of 586 ~ 39.08'%

%32.76
%28.16
%39.08

CMYK color model

#C0A5E5 color CMYK value is (16,28,0,10).

  • cyan value is 16.16%
  • magenta value is 27.95%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (16,28,0,10)
C16M28Y0K10 (16%, 28%, 0%, 10%)
(0.16 / 0.28 / 0.00 / 0.10)

CMYK percentages

%16.16
%27.95
%0
%10.2

Codes

Color #C0A5E5 in popluar color models

C0 A5 E5
RGB 192 165 229
HSL 265° 55.17% 77.25%
HSB/HSV 265° 27.95% 89.80%
CMYK 16.16% 27.95% 0.00%
10.20%

Color #C0A5E5 in popluar number systems.

HEX C0 A5 E5
Decimal 192 165 229
Binary 11000000 10100101 11100101
Octal 300 245 345

Shades and tints

Shades of #C0A5E5

#C0A5E5
(192,165,229)
#AF96D1
(175,150,209)
#9E87BD
(158,135,189)
#8D78A9
(141,120,169)
#7C6995
(124,105,149)
#6B5A81
(107,90,129)
#5A4B6D
(90,75,109)
#493C59
(73,60,89)
#382D45
(56,45,69)
#271E31
(39,30,49)
#160F1D
(22,15,29)
#000000
(0,0,0)

Tints of #C0A5E5

#C0A5E5
(192,165,229)
#C5ADE7
(197,173,231)
#CAB5E9
(202,181,233)
#CFBDEB
(207,189,235)
#D4C5ED
(212,197,237)
#D9CDEF
(217,205,239)
#DED5F1
(222,213,241)
#E3DDF3
(227,221,243)
#E8E5F5
(232,229,245)
#EDEDF7
(237,237,247)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A5E5 color. Also use rgb(192,165,229) instead hex code.

Text Font Color

.myTextColor { color: #C0A5E5; }

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

This text font color is #C0A5E5.

Background Color

.myBgColor { background-color: #C0A5E5; }

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

This div background color is #C0A5E5.

Border color

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

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

This div border color is #C0A5E5.

Opacity

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

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

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

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

This text has shadow with #C0A5E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0A5E5.

Preview

Color preview on black background

This text has color #C0A5E5 on black background.


Color preview on white background

This text has color #C0A5E5 on white background.


Black color preview on #C0A5E5 background

This text has black color on #C0A5E5 background.


White color preview on #C0A5E5 background

This text has white color on #C0A5E5 background.


Related colors

Complementary color

Complementary color for #hex is #3F5A1A.


I love getcolorcode.com

Triadic colors

1 #E5C0A5 and #A5E5C0 with #C0A5E5 are triadic colors.

2 #E5A5C0 and #A5C0E5 with #C0A5E5 are triadic colors.