#CA99CB

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

Shades of Lilac #CA99CB

Tints of Lilac #CA99CB

Color information

#CA99CB (or 0xCA99CB) is unknown color: approx Lilac. HEX triplet: CA, 99 and CB. RGB value is (202,153,203). Sum of RGB (Red+Green+Blue) = 202+153+203=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA99CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99CB is #356634. Grayscale: #ADADAD. Windows color (decimal): -3499573 or 13343178. OLE color: 13343178.

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

Color convert

RGB202153203-
CMYK0.000.2500.20
HSL298.8º32.47%69.8%-
HSV(B)298.8º24.63%79.61%-
XYZ46.5339.6561.7-
YUV173.35144.73148.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.20%
GREEN value IS 153 (60.16% from 255) = 27.42%
BLUE value IS 203 (79.69% from 255) = 36.38%
R=36.20%
G=27.42%
B=36.38%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021532030.000.2500.20298.832.4769.8
HexCA99CB01901412b2046
Octal31223131303102445340106
Binary1100101010011001110010110110010101001001010111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA99CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA99CB; }

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

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

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

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

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

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

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

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