#CA8EC5

Color #CA8EC5 Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #CA8EC5

Tints of Lilac #CA8EC5

Color information

#CA8EC5 (or 0xCA8EC5) is unknown color: approx Lilac. HEX triplet: CA, 8E and C5. RGB value is (202,142,197). Sum of RGB (Red+Green+Blue) = 202+142+197=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8EC5 is #35713A. Grayscale: #A6A6A6. Windows color (decimal): -3502395 or 12947146. OLE color: 12947146.

HSL color Cylindrical-coordinate representation of color #CA8EC5: hue angle of 305º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA8EC5 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB202142197-
CMYK00.300.020.21
HSL305º36.14%67.45%-
HSV(B)305º29.7%79.22%-
XYZ44.1135.9357.43-
YUV166.21145.38153.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 142 (55.86% from 255) = 26.25%
BLUE value IS 197 (77.34% from 255) = 36.41%
R=37.34%
G=26.25%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214219700.300.020.2130536.1467.45
HexCA8EC501E2151312443
Octal31221630503622546144103
Binary11001010100011101100010101111010101011001100011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8EC5; }

 p { color: rgb(202,142,197); }

 H1.HeaderClassName
 {
   color: #CA8EC5;
 }
 .AnyTagClassName
 {
   color: #CA8EC5;
 }
</style>
background-color css

<style>
 a { background-color: #CA8EC5; }

 a { background-color: rgb(202,142,197); }

 div.DivClassName
 {
   background-color: #CA8EC5;
 }
 .BgClassName
 {
   background-color: #CA8EC5;
 }
</style>
border-color css

<style>
 span { border-color: #CA8EC5; }

 span { border-color: rgb(202,142,197); }

 td.TdClassName
 {
   border-color: #CA8EC5;
 }
 .TagClassName
 {
   border-color: #CA8EC5;
 }
</style>