#CA99C2

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

Shades of Lilac #CA99C2

Tints of Lilac #CA99C2

Color information

#CA99C2 (or 0xCA99C2) is unknown color: approx Lilac. HEX triplet: CA, 99 and C2. RGB value is (202,153,194). Sum of RGB (Red+Green+Blue) = 202+153+194=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 202 - color contains mainly: red. Hex color #CA99C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99C2 is #35663D. Grayscale: #ACACAC. Windows color (decimal): -3499582 or 12753354. OLE color: 12753354.

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

Color convert

RGB202153194-
CMYK00.240.040.21
HSL309.8º31.61%69.61%-
HSV(B)309.8º24.26%79.22%-
XYZ45.4939.2356.21-
YUV172.32140.23149.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 153 (60.16% from 255) = 27.87%
BLUE value IS 194 (76.17% from 255) = 35.34%
R=36.79%
G=27.87%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215319400.240.040.21309.831.6169.61
HexCA99C20184151362046
Octal31223130203042546640106
Binary110010101001100111000010011000100101011001101101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA99C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA99C2; }

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

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

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

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

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

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

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

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