#CA9FCC

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

Shades of Lilac #CA9FCC

Tints of Lilac #CA9FCC

Color information

#CA9FCC (or 0xCA9FCC) is unknown color: approx Lilac. HEX triplet: CA, 9F and CC. RGB value is (202,159,204). Sum of RGB (Red+Green+Blue) = 202+159+204=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA9FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9FCC is #356033. Grayscale: #B0B0B0. Windows color (decimal): -3498036 or 13410250. OLE color: 13410250.

HSL color Cylindrical-coordinate representation of color #CA9FCC: hue angle of 297.33º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CA9FCC is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB202159204-
CMYK0.010.2200.2
HSL297.33º30.61%71.18%-
HSV(B)297.33º22.06%80%-
XYZ47.6541.7162.67-
YUV176.99143.25145.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 159 (62.5% from 255) = 28.14%
BLUE value IS 204 (80.08% from 255) = 36.11%
R=35.75%
G=28.14%
B=36.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2021592040.010.2200.2297.3330.6171.18
HexCA9FCC1160141291f47
Octal31223731412602445137107
Binary110010101001111111001100110110010100100101001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9FCC; }

 p { color: rgb(202,159,204); }

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

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

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

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

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

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

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