#CA99C6

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

Shades of Lilac #CA99C6

Tints of Lilac #CA99C6

Color information

#CA99C6 (or 0xCA99C6) is unknown color: approx Lilac. HEX triplet: CA, 99 and C6. RGB value is (202,153,198). Sum of RGB (Red+Green+Blue) = 202+153+198=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CA99C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99C6 is #356639. Grayscale: #ACACAC. Windows color (decimal): -3499578 or 13015498. OLE color: 13015498.

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

Color convert

RGB202153198-
CMYK00.240.020.21
HSL304.9º31.61%69.61%-
HSV(B)304.9º24.26%79.22%-
XYZ45.9439.4258.61-
YUV172.78142.23148.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 153 (60.16% from 255) = 27.67%
BLUE value IS 198 (77.73% from 255) = 35.80%
R=36.53%
G=27.67%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215319800.240.020.21304.931.6169.61
HexCA99C60182151312046
Octal31223130603022546140106
Binary11001010100110011100011001100010101011001100011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA99C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA99C6; }

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

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

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

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

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

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

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

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