Shades of Lilac #CDA0C5
Tints of Lilac #CDA0C5
RGB
CMYK
RGB Variations
Color information
#CDA0C5 (or 0xCDA0C5) is known color: Lilac. HEX triplet: CD, A0 and C5. RGB value is (205,160,197). Sum of RGB (Red+Green+Blue) = 205+160+197=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA0C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA0C5 is #325F3A. Grayscale: #B1B1B1. Windows color (decimal): -3301179 or 12951757. OLE color: 12951757.
HSL color Cylindrical-coordinate representation of color #CDA0C5: hue angle of 310.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 #CDA0C5 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 197 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.20 |
| HSL | 310.67º | 0.31% | 0.72% | - |
| HSV(B) | 310.67º | 0.22% | 0.8% | - |
| XYZ | 47.83 | 42.15 | 58.44 | - |
| YUV | 177.67 | 138.91 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 197 | 0 | 0.22 | 0.04 | 0.20 | 310.67 | 0.31 | 0.72 |
| Hex | CD | A0 | C5 | 0 | 16 | 4 | 14 | 137 | 1F | 48 |
| Octal | 315 | 240 | 305 | 0 | 26 | 4 | 24 | 467 | 37 | 110 |
| Binary | 11001101 | 10100000 | 11000101 | 0 | 10110 | 100 | 10100 | 100110111 | 11111 | 1001000 |
Color Harmonies of #CDA0C5
Complementary color
Monochromatic Colors of #CDA0C5
Black with #CDA0C5
Text Example
Text Example
White with #CDA0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA0C5; }
p { color: rgb(205,160,197); }
H1.HeaderClassName
{
color: #CDA0C5;
}
.AnyTagClassName
{
color: #CDA0C5;
}
</style>
background-color css
<style>
a { background-color: #CDA0C5; }
a { background-color: rgb(205,160,197); }
div.DivClassName
{
background-color: #CDA0C5;
}
.BgClassName
{
background-color: #CDA0C5;
}
</style>
border-color css
<style>
span { border-color: #CDA0C5; }
span { border-color: rgb(205,160,197); }
td.TdClassName
{
border-color: #CDA0C5;
}
.TagClassName
{
border-color: #CDA0C5;
}
</style>