Shades of Lilac #CDA0C8
Tints of Lilac #CDA0C8
RGB
CMYK
RGB Variations
Color information
#CDA0C8 (or 0xCDA0C8) is known color: Lilac. HEX triplet: CD, A0 and C8. RGB value is (205,160,200). Sum of RGB (Red+Green+Blue) = 205+160+200=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA0C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA0C8 is #325F37. Grayscale: #B1B1B1. Windows color (decimal): -3301176 or 13148365. OLE color: 13148365.
HSL color Cylindrical-coordinate representation of color #CDA0C8: hue angle of 306.67º 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 #CDA0C8 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 200 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.20 |
| HSL | 306.67º | 0.31% | 0.72% | - |
| HSV(B) | 306.67º | 0.22% | 0.8% | - |
| XYZ | 48.17 | 42.29 | 60.27 | - |
| YUV | 178.02 | 140.41 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 200 | 0 | 0.22 | 0.02 | 0.20 | 306.67 | 0.31 | 0.72 |
| Hex | CD | A0 | C8 | 0 | 16 | 2 | 14 | 133 | 1F | 48 |
| Octal | 315 | 240 | 310 | 0 | 26 | 2 | 24 | 463 | 37 | 110 |
| Binary | 11001101 | 10100000 | 11001000 | 0 | 10110 | 10 | 10100 | 100110011 | 11111 | 1001000 |
Color Harmonies of #CDA0C8
Complementary color
Monochromatic Colors of #CDA0C8
Black with #CDA0C8
Text Example
Text Example
White with #CDA0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA0C8; }
p { color: rgb(205,160,200); }
H1.HeaderClassName
{
color: #CDA0C8;
}
.AnyTagClassName
{
color: #CDA0C8;
}
</style>
background-color css
<style>
a { background-color: #CDA0C8; }
a { background-color: rgb(205,160,200); }
div.DivClassName
{
background-color: #CDA0C8;
}
.BgClassName
{
background-color: #CDA0C8;
}
</style>
border-color css
<style>
span { border-color: #CDA0C8; }
span { border-color: rgb(205,160,200); }
td.TdClassName
{
border-color: #CDA0C8;
}
.TagClassName
{
border-color: #CDA0C8;
}
</style>