COLOR #C5A0E8

HEX: #C5A0E8 RGB: (197,160,232)

Color info

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

RGB color model

#C5A0E8 color RGB value is (197,160,232).

RGB: (197,160,232) (77%, 63%, 91%)

RGB channels and saturation

R 197 of 255 = 77%
G 160 of 255 = 63%
B 232 of 255 = 91%

197
160
232

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

Portions of RGB colors in percentages

R + G + B = 197 + 160 + 232 = 589 (100%)
R 197 of 589 ~ 33.45%
G 160 of 589 ~ 27.16%
B 232 of 589 ~ 39.39'%

%33.45
%27.16
%39.39

CMYK color model

#C5A0E8 color CMYK value is (15,31,0,9).

  • cyan value is 15.09%
  • magenta value is 31.03%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (15,31,0,9)
C15M31Y0K9 (15%, 31%, 0%, 9%)
(0.15 / 0.31 / 0.00 / 0.09)

CMYK percentages

%15.09
%31.03
%0
%9.02

Codes

Color #C5A0E8 in popluar color models

C5 A0 E8
RGB 197 160 232
HSL 271° 61.02% 76.86%
HSB/HSV 271° 31.03% 90.98%
CMYK 15.09% 31.03% 0.00%
9.02%

Color #C5A0E8 in popluar number systems.

HEX C5 A0 E8
Decimal 197 160 232
Binary 11000101 10100000 11101000
Octal 305 240 350

Shades and tints

Shades of #C5A0E8

#C5A0E8
(197,160,232)
#B492D3
(180,146,211)
#A384BE
(163,132,190)
#9276A9
(146,118,169)
#816894
(129,104,148)
#705A7F
(112,90,127)
#5F4C6A
(95,76,106)
#4E3E55
(78,62,85)
#3D3040
(61,48,64)
#2C222B
(44,34,43)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #C5A0E8

#C5A0E8
(197,160,232)
#CAA8EA
(202,168,234)
#CFB0EC
(207,176,236)
#D4B8EE
(212,184,238)
#D9C0F0
(217,192,240)
#DEC8F2
(222,200,242)
#E3D0F4
(227,208,244)
#E8D8F6
(232,216,246)
#EDE0F8
(237,224,248)
#F2E8FA
(242,232,250)
#F7F0FC
(247,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A0E8 color. Also use rgb(197,160,232) instead hex code.

Text Font Color

.myTextColor { color: #C5A0E8; }

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

This text font color is #C5A0E8.

Background Color

.myBgColor { background-color: #C5A0E8; }

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

This div background color is #C5A0E8.

Border color

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

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

This div border color is #C5A0E8.

Opacity

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

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

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

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

This text has shadow with #C5A0E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5A0E8.

Preview

Color preview on black background

This text has color #C5A0E8 on black background.


Color preview on white background

This text has color #C5A0E8 on white background.


Black color preview on #C5A0E8 background

This text has black color on #C5A0E8 background.


White color preview on #C5A0E8 background

This text has white color on #C5A0E8 background.


Related colors

Complementary color

Complementary color for #hex is #3A5F17.


I love getcolorcode.com

Triadic colors

1 #E8C5A0 and #A0E8C5 with #C5A0E8 are triadic colors.

2 #E8A0C5 and #A0C5E8 with #C5A0E8 are triadic colors.