#CA8EC4

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

Shades of Lilac #CA8EC4

Tints of Lilac #CA8EC4

Color information

#CA8EC4 (or 0xCA8EC4) is unknown color: approx Lilac. HEX triplet: CA, 8E and C4. RGB value is (202,142,196). Sum of RGB (Red+Green+Blue) = 202+142+196=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8EC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8EC4 is #35713B. Grayscale: #A5A5A5. Windows color (decimal): -3502396 or 12881610. OLE color: 12881610.

HSL color Cylindrical-coordinate representation of color #CA8EC4: hue angle of 306º 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 #CA8EC4 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB202142196-
CMYK00.300.030.21
HSL306º36.14%67.45%-
HSV(B)306º29.7%79.22%-
XYZ43.9935.8956.83-
YUV166.1144.88153.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.41%
GREEN value IS 142 (55.86% from 255) = 26.30%
BLUE value IS 196 (76.95% from 255) = 36.30%
R=37.41%
G=26.30%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214219600.300.030.2130636.1467.45
HexCA8EC401E3151322443
Octal31221630403632546244103
Binary11001010100011101100010001111011101011001100101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8EC4; }

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

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

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

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

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

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

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

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