Shades of Lilac #CDA0D0
Tints of Lilac #CDA0D0
RGB
CMYK
RGB Variations
Color information
#CDA0D0 (or 0xCDA0D0) is known color: Lilac. HEX triplet: CD, A0 and D0. RGB value is (205,160,208). Sum of RGB (Red+Green+Blue) = 205+160+208=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 160 (62.89% from 255 or 27.92% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 208 - color contains mainly: blue. Hex color #CDA0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA0D0 is #325F2F. Grayscale: #B2B2B2. Windows color (decimal): -3301168 or 13672653. OLE color: 13672653.
HSL color Cylindrical-coordinate representation of color #CDA0D0: hue angle of 296.25º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDA0D0 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 205 | 160 | 208 | - |
CMYK | 0.01 | 0.23 | 0 | 0.18 |
HSL | 296.25º | 0.34% | 0.72% | - |
HSV(B) | 296.25º | 0.23% | 0.82% | - |
XYZ | 49.13 | 42.67 | 65.32 | - |
YUV | 178.93 | 144.41 | 146.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 160 | 208 | 0.01 | 0.23 | 0 | 0.18 | 296.25 | 0.34 | 0.72 |
Hex | CD | A0 | D0 | 1 | 17 | 0 | 12 | 128 | 22 | 48 |
Octal | 315 | 240 | 320 | 1 | 27 | 0 | 22 | 450 | 42 | 110 |
Binary | 11001101 | 10100000 | 11010000 | 1 | 10111 | 0 | 10010 | 100101000 | 100010 | 1001000 |
Color Harmonies of #CDA0D0
Complementary color
Monochromatic Colors of #CDA0D0
Black with #CDA0D0
Text Example
Text Example
White with #CDA0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA0D0; }
p { color: rgb(205,160,208); }
H1.HeaderClassName
{
color: #CDA0D0;
}
.AnyTagClassName
{
color: #CDA0D0;
}
</style>
background-color css
<style>
a { background-color: #CDA0D0; }
a { background-color: rgb(205,160,208); }
div.DivClassName
{
background-color: #CDA0D0;
}
.BgClassName
{
background-color: #CDA0D0;
}
</style>
border-color css
<style>
span { border-color: #CDA0D0; }
span { border-color: rgb(205,160,208); }
td.TdClassName
{
border-color: #CDA0D0;
}
.TagClassName
{
border-color: #CDA0D0;
}
</style>