#CA9DD0

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

Shades of Lilac #CA9DD0

Tints of Lilac #CA9DD0

Color information

#CA9DD0 (or 0xCA9DD0) is unknown color: approx Lilac. HEX triplet: CA, 9D and D0. RGB value is (202,157,208). Sum of RGB (Red+Green+Blue) = 202+157+208=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA9DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9DD0 is #35622F. Grayscale: #B0B0B0. Windows color (decimal): -3498544 or 13671882. OLE color: 13671882.

HSL color Cylindrical-coordinate representation of color #CA9DD0: hue angle of 292.94º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CA9DD0 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202157208-
CMYK0.030.2500.18
HSL292.94º35.17%71.57%-
HSV(B)292.94º24.52%81.57%-
XYZ47.841.2265.11-
YUV176.27145.91146.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 157 (61.72% from 255) = 27.69%
BLUE value IS 208 (81.64% from 255) = 36.68%
R=35.63%
G=27.69%
B=36.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021572080.030.2500.18292.9435.1771.57
HexCA9DD03190121252348
Octal31223532033102244543110
Binary11001010100111011101000011110010100101001001011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9DD0; }

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

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

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

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

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

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

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

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