#CDA0CD

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

Shades of Lilac #CDA0CD

Tints of Lilac #CDA0CD

Color information

#CDA0CD (or 0xCDA0CD) is unknown color: approx Lilac. HEX triplet: CD, A0 and CD. RGB value is (205,160,205). Sum of RGB (Red+Green+Blue) = 205+160+205=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 160 (62.89% from 255 or 28.07% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDA0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA0CD is #325F32. Grayscale: #B2B2B2. Windows color (decimal): -3301171 or 13476045. OLE color: 13476045.

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

Color convert

RGB205160205-
CMYK00.2200.20
HSL300º31.03%71.57%-
HSV(B)300º21.95%80.39%-
XYZ48.7742.5363.4-
YUV178.58142.91146.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.96%
GREEN value IS 160 (62.89% from 255) = 28.07%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=35.96%
G=28.07%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516020500.2200.2030031.0371.57
HexCDA0CD01601412c1f48
Octal31524031502602445437110
Binary110011011010000011001101010110010100100101100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA0CD; }

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

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

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

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

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

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

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

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