Shades of Lilac #CDA0CB
Tints of Lilac #CDA0CB
RGB
CMYK
RGB Variations
Color information
#CDA0CB (or 0xCDA0CB) is known color: Lilac. HEX triplet: CD, A0 and CB. RGB value is (205,160,203). Sum of RGB (Red+Green+Blue) = 205+160+203=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 160 (62.89% from 255 or 28.17% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA0CB is #325F34. Grayscale: #B2B2B2. Windows color (decimal): -3301173 or 13344973. OLE color: 13344973.
HSL color Cylindrical-coordinate representation of color #CDA0CB: hue angle of 302.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 #CDA0CB is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 203 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.20 |
| HSL | 302.67º | 0.31% | 0.72% | - |
| HSV(B) | 302.67º | 0.22% | 0.8% | - |
| XYZ | 48.53 | 42.43 | 62.13 | - |
| YUV | 178.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 203 | 0 | 0.22 | 0.01 | 0.20 | 302.67 | 0.31 | 0.72 |
| Hex | CD | A0 | CB | 0 | 16 | 1 | 14 | 12F | 1F | 48 |
| Octal | 315 | 240 | 313 | 0 | 26 | 1 | 24 | 457 | 37 | 110 |
| Binary | 11001101 | 10100000 | 11001011 | 0 | 10110 | 1 | 10100 | 100101111 | 11111 | 1001000 |
Color Harmonies of #CDA0CB
Complementary color
Monochromatic Colors of #CDA0CB
Black with #CDA0CB
Text Example
Text Example
White with #CDA0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA0CB; }
p { color: rgb(205,160,203); }
H1.HeaderClassName
{
color: #CDA0CB;
}
.AnyTagClassName
{
color: #CDA0CB;
}
</style>
background-color css
<style>
a { background-color: #CDA0CB; }
a { background-color: rgb(205,160,203); }
div.DivClassName
{
background-color: #CDA0CB;
}
.BgClassName
{
background-color: #CDA0CB;
}
</style>
border-color css
<style>
span { border-color: #CDA0CB; }
span { border-color: rgb(205,160,203); }
td.TdClassName
{
border-color: #CDA0CB;
}
.TagClassName
{
border-color: #CDA0CB;
}
</style>