Shades of Lilac #CDA0CD
Tints of Lilac #CDA0CD
RGB
CMYK
RGB Variations
Color information
#CDA0CD (or 0xCDA0CD) is known color: 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
RGB | 205 | 160 | 205 | - |
CMYK | 0 | 0.22 | 0 | 0.20 |
HSL | 300º | 0.31% | 0.72% | - |
HSV(B) | 300º | 0.22% | 0.8% | - |
XYZ | 48.77 | 42.53 | 63.4 | - |
YUV | 178.59 | 142.91 | 146.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 160 | 205 | 0 | 0.22 | 0 | 0.20 | 300 | 0.31 | 0.72 |
Hex | CD | A0 | CD | 0 | 16 | 0 | 14 | 12C | 1F | 48 |
Octal | 315 | 240 | 315 | 0 | 26 | 0 | 24 | 454 | 37 | 110 |
Binary | 11001101 | 10100000 | 11001101 | 0 | 10110 | 0 | 10100 | 100101100 | 11111 | 1001000 |
Color Harmonies of #CDA0CD
Complementary color
Monochromatic Colors of #CDA0CD
Black with #CDA0CD
Text Example
Text Example
White with #CDA0CD
Text Example
Text Example
HTML Codes & Css Web 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>