#CA8ECA

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

Shades of Lilac #CA8ECA

Tints of Lilac #CA8ECA

Color information

#CA8ECA (or 0xCA8ECA) is unknown color: approx Lilac. HEX triplet: CA, 8E and CA. RGB value is (202,142,202). Sum of RGB (Red+Green+Blue) = 202+142+202=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA8ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8ECA is #357135. Grayscale: #A6A6A6. Windows color (decimal): -3502390 or 13274826. OLE color: 13274826.

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

Color convert

RGB202142202-
CMYK00.3000.21
HSL300º36.14%67.45%-
HSV(B)300º29.7%79.22%-
XYZ44.6936.1760.5-
YUV166.78147.88153.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 142 (55.86% from 255) = 26.01%
BLUE value IS 202 (79.30% from 255) = 37.00%
R=37.00%
G=26.01%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214220200.3000.2130036.1467.45
HexCA8ECA01E01512c2443
Octal31221631203602545444103
Binary1100101010001110110010100111100101011001011001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8ECA; }

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

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

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

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

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

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

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

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