#CA99D1

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

Shades of Lilac #CA99D1

Tints of Lilac #CA99D1

Color information

#CA99D1 (or 0xCA99D1) is unknown color: approx Lilac. HEX triplet: CA, 99 and D1. RGB value is (202,153,209). Sum of RGB (Red+Green+Blue) = 202+153+209=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA99D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99D1 is #35662E. Grayscale: #ADADAD. Windows color (decimal): -3499567 or 13736394. OLE color: 13736394.

HSL color Cylindrical-coordinate representation of color #CA99D1: hue angle of 292.5º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA99D1 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202153209-
CMYK0.030.2700.18
HSL292.5º37.84%70.98%-
HSV(B)292.5º26.79%81.96%-
XYZ47.2639.9465.54-
YUV174.04147.73147.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.82%
GREEN value IS 153 (60.16% from 255) = 27.13%
BLUE value IS 209 (82.03% from 255) = 37.06%
R=35.82%
G=27.13%
B=37.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021532090.030.2700.18292.537.8470.98
HexCA99D131B0121242647
Octal31223132133302244446107
Binary11001010100110011101000111110110100101001001001001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA99D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA99D1; }

 p { color: rgb(202,153,209); }

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

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

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

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

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

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

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