#CDA2CD

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

Shades of Lilac #CDA2CD

Tints of Lilac #CDA2CD

Color information

#CDA2CD (or 0xCDA2CD) is unknown color: approx Lilac. HEX triplet: CD, A2 and CD. RGB value is (205,162,205). Sum of RGB (Red+Green+Blue) = 205+162+205=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 162 (63.67% from 255 or 28.32% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDA2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA2CD is #325D32. Grayscale: #B3B3B3. Windows color (decimal): -3300659 or 13476557. OLE color: 13476557.

HSL color Cylindrical-coordinate representation of color #CDA2CD: hue angle of 300º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDA2CD is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB205162205-
CMYK00.2100.20
HSL300º30.07%71.96%-
HSV(B)300º20.98%80.39%-
XYZ49.1243.2363.51-
YUV179.76142.25146-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.84%
GREEN value IS 162 (63.67% from 255) = 28.32%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=35.84%
G=28.32%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516220500.2100.2030030.0771.96
HexCDA2CD01501412c1e48
Octal31524231502502445436110
Binary110011011010001011001101010101010100100101100111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA2CD; }

 p { color: rgb(205,162,205); }

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

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

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

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

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

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

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