#CA99C9

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

Shades of Lilac #CA99C9

Tints of Lilac #CA99C9

Color information

#CA99C9 (or 0xCA99C9) is unknown color: approx Lilac. HEX triplet: CA, 99 and C9. RGB value is (202,153,201). Sum of RGB (Red+Green+Blue) = 202+153+201=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 202 - color contains mainly: red. Hex color #CA99C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99C9 is #356636. Grayscale: #ACACAC. Windows color (decimal): -3499575 or 13212106. OLE color: 13212106.

HSL color Cylindrical-coordinate representation of color #CA99C9: hue angle of 301.22º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CA99C9 is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB202153201-
CMYK00.240.000.21
HSL301.22º31.61%69.61%-
HSV(B)301.22º24.26%79.22%-
XYZ46.2939.5660.45-
YUV173.12143.73148.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.33%
GREEN value IS 153 (60.16% from 255) = 27.52%
BLUE value IS 201 (78.91% from 255) = 36.15%
R=36.33%
G=27.52%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215320100.240.000.21301.2231.6169.61
HexCA99C901801512d2046
Octal31223131103002545540106
Binary1100101010011001110010010110000101011001011011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA99C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA99C9; }

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

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

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

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

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

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

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

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