#CA9DCF

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

Shades of Lilac #CA9DCF

Tints of Lilac #CA9DCF

Color information

#CA9DCF (or 0xCA9DCF) is unknown color: approx Lilac. HEX triplet: CA, 9D and CF. RGB value is (202,157,207). Sum of RGB (Red+Green+Blue) = 202+157+207=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 157 (61.72% from 255 or 27.74% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA9DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9DCF is #356230. Grayscale: #B0B0B0. Windows color (decimal): -3498545 or 13606346. OLE color: 13606346.

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

Color convert

RGB202157207-
CMYK0.020.2400.19
HSL294º34.25%71.37%-
HSV(B)294º24.15%81.18%-
XYZ47.6841.1864.47-
YUV176.16145.41146.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 157 (61.72% from 255) = 27.74%
BLUE value IS 207 (81.25% from 255) = 36.57%
R=35.69%
G=27.74%
B=36.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021572070.020.2400.1929434.2571.37
HexCA9DCF2180131262247
Octal31223531723002344642107
Binary11001010100111011100111110110000100111001001101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9DCF; }

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

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

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

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

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

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

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

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