#CA99CF

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

Shades of Lilac #CA99CF

Tints of Lilac #CA99CF

Color information

#CA99CF (or 0xCA99CF) is unknown color: approx Lilac. HEX triplet: CA, 99 and CF. RGB value is (202,153,207). Sum of RGB (Red+Green+Blue) = 202+153+207=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA99CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99CF is #356630. Grayscale: #ADADAD. Windows color (decimal): -3499569 or 13605322. OLE color: 13605322.

HSL color Cylindrical-coordinate representation of color #CA99CF: hue angle of 294.44º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CA99CF is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202153207-
CMYK0.020.2600.19
HSL294.44º36%70.59%-
HSV(B)294.44º26.09%81.18%-
XYZ47.0139.8464.24-
YUV173.81146.73148.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.94%
GREEN value IS 153 (60.16% from 255) = 27.22%
BLUE value IS 207 (81.25% from 255) = 36.83%
R=35.94%
G=27.22%
B=36.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021532070.020.2600.19294.443670.59
HexCA99CF21A0131262447
Octal31223131723202344644107
Binary11001010100110011100111110110100100111001001101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA99CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA99CF; }

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

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

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

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

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

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

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

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