#CA9DCE

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

Shades of Lilac #CA9DCE

Tints of Lilac #CA9DCE

Color information

#CA9DCE (or 0xCA9DCE) is unknown color: approx Lilac. HEX triplet: CA, 9D and CE. RGB value is (202,157,206). Sum of RGB (Red+Green+Blue) = 202+157+206=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA9DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9DCE is #356231. Grayscale: #AFAFAF. Windows color (decimal): -3498546 or 13540810. OLE color: 13540810.

HSL color Cylindrical-coordinate representation of color #CA9DCE: hue angle of 295.1º degrees, saturation: 0.33, 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 #CA9DCE is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202157206-
CMYK0.020.2400.19
HSL295.1º33.33%71.18%-
HSV(B)295.1º23.79%80.78%-
XYZ47.5541.1363.82-
YUV176.04144.91146.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 157 (61.72% from 255) = 27.79%
BLUE value IS 206 (80.86% from 255) = 36.46%
R=35.75%
G=27.79%
B=36.46%

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
Decimal2021572060.020.2400.19295.133.3371.18
HexCA9DCE2180131272147
Octal31223531623002344741107
Binary11001010100111011100111010110000100111001001111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9DCE; }

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

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

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

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

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

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

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

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