#CA8EBE

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

Shades of Lilac #CA8EBE

Tints of Lilac #CA8EBE

Color information

#CA8EBE (or 0xCA8EBE) is unknown color: approx Lilac. HEX triplet: CA, 8E and BE. RGB value is (202,142,190). Sum of RGB (Red+Green+Blue) = 202+142+190=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8EBE is #357141. Grayscale: #A5A5A5. Windows color (decimal): -3502402 or 12488394. OLE color: 12488394.

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

Color convert

RGB202142190-
CMYK00.300.060.21
HSL312º36.14%67.45%-
HSV(B)312º29.7%79.22%-
XYZ43.3235.6253.31-
YUV165.41141.88154.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.83%
GREEN value IS 142 (55.86% from 255) = 26.59%
BLUE value IS 190 (74.61% from 255) = 35.58%
R=37.83%
G=26.59%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214219000.300.060.2131236.1467.45
HexCA8EBE01E6151382443
Octal31221627603662547044103
Binary110010101000111010111110011110110101011001110001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8EBE; }

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

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

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

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

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

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

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

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