#CA8CCE

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

Shades of Lilac #CA8CCE

Tints of Lilac #CA8CCE

Color information

#CA8CCE (or 0xCA8CCE) is unknown color: approx Lilac. HEX triplet: CA, 8C and CE. RGB value is (202,140,206). Sum of RGB (Red+Green+Blue) = 202+140+206=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA8CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8CCE is #357331. Grayscale: #A5A5A5. Windows color (decimal): -3502898 or 13536458. OLE color: 13536458.

HSL color Cylindrical-coordinate representation of color #CA8CCE: hue angle of 296.36º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA8CCE is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202140206-
CMYK0.020.3200.19
HSL296.36º40.24%67.84%-
HSV(B)296.36º32.04%80.78%-
XYZ44.8835.7762.93-
YUV166.06150.54153.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.86%
GREEN value IS 140 (55.08% from 255) = 25.55%
BLUE value IS 206 (80.86% from 255) = 37.59%
R=36.86%
G=25.55%
B=37.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021402060.020.3200.19296.3640.2467.84
HexCA8CCE2200131282844
Octal31221431624002345050104
Binary110010101000110011001110101000000100111001010001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8CCE; }

 p { color: rgb(202,140,206); }

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

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

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

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

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

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

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