#CA99CA

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

Shades of Lilac #CA99CA

Tints of Lilac #CA99CA

Color information

#CA99CA (or 0xCA99CA) is unknown color: approx Lilac. HEX triplet: CA, 99 and CA. RGB value is (202,153,202). Sum of RGB (Red+Green+Blue) = 202+153+202=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA99CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99CA is #356635. Grayscale: #ADADAD. Windows color (decimal): -3499574 or 13277642. OLE color: 13277642.

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

Color convert

RGB202153202-
CMYK00.2400.21
HSL300º31.61%69.61%-
HSV(B)300º24.26%79.22%-
XYZ46.4139.661.08-
YUV173.24144.23148.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.27%
GREEN value IS 153 (60.16% from 255) = 27.47%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=36.27%
G=27.47%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215320200.2400.2130031.6169.61
HexCA99CA01801512c2046
Octal31223131203002545440106
Binary1100101010011001110010100110000101011001011001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA99CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA99CA; }

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

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

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

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

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

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

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

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