#CA9ACD

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

Shades of Lilac #CA9ACD

Tints of Lilac #CA9ACD

Color information

#CA9ACD (or 0xCA9ACD) is unknown color: approx Lilac. HEX triplet: CA, 9A and CD. RGB value is (202,154,205). Sum of RGB (Red+Green+Blue) = 202+154+205=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA9ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9ACD is #356532. Grayscale: #AEAEAE. Windows color (decimal): -3499315 or 13474506. OLE color: 13474506.

HSL color Cylindrical-coordinate representation of color #CA9ACD: hue angle of 296.47º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CA9ACD is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202154205-
CMYK0.010.2500.20
HSL296.47º33.77%70.39%-
HSV(B)296.47º24.88%80.39%-
XYZ46.9340.0863.02-
YUV174.17145.4147.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.01%
GREEN value IS 154 (60.55% from 255) = 27.45%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=36.01%
G=27.45%
B=36.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021542050.010.2500.20296.4733.7770.39
HexCA9ACD1190141282246
Octal31223231513102445042106
Binary1100101010011010110011011110010101001001010001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9ACD; }

 p { color: rgb(202,154,205); }

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

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

 a { background-color: rgb(202,154,205); }

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

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

 span { border-color: rgb(202,154,205); }

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