#CA8EC1

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

Shades of Lilac #CA8EC1

Tints of Lilac #CA8EC1

Color information

#CA8EC1 (or 0xCA8EC1) is unknown color: approx Lilac. HEX triplet: CA, 8E and C1. RGB value is (202,142,193). Sum of RGB (Red+Green+Blue) = 202+142+193=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8EC1 is #35713E. Grayscale: #A5A5A5. Windows color (decimal): -3502399 or 12685002. OLE color: 12685002.

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

Color convert

RGB202142193-
CMYK00.300.040.21
HSL309º36.14%67.45%-
HSV(B)309º29.7%79.22%-
XYZ43.6635.7555.05-
YUV165.75143.38153.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 142 (55.86% from 255) = 26.44%
BLUE value IS 193 (75.78% from 255) = 35.94%
R=37.62%
G=26.44%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214219300.300.040.2130936.1467.45
HexCA8EC101E4151352443
Octal31221630103642546544103
Binary110010101000111011000001011110100101011001101011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8EC1; }

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

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

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

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

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

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

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

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