#CA9DCD

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

Shades of Lilac #CA9DCD

Tints of Lilac #CA9DCD

Color information

#CA9DCD (or 0xCA9DCD) is unknown color: approx Lilac. HEX triplet: CA, 9D and CD. RGB value is (202,157,205). Sum of RGB (Red+Green+Blue) = 202+157+205=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA9DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9DCD is #356232. Grayscale: #AFAFAF. Windows color (decimal): -3498547 or 13475274. OLE color: 13475274.

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

Color convert

RGB202157205-
CMYK0.010.2300.20
HSL296.25º32.43%70.98%-
HSV(B)296.25º23.41%80.39%-
XYZ47.4341.0863.19-
YUV175.93144.41146.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.82%
GREEN value IS 157 (61.72% from 255) = 27.84%
BLUE value IS 205 (80.47% from 255) = 36.35%
R=35.82%
G=27.84%
B=36.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021572050.010.2300.20296.2532.4370.98
HexCA9DCD1170141282047
Octal31223531512702445040107
Binary1100101010011101110011011101110101001001010001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9DCD; }

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

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

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

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

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

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

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

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