Shades of Lilac #CD88C0
Tints of Lilac #CD88C0
RGB
CMYK
RGB Variations
Color information
#CD88C0 (or 0xCD88C0) is known color: Lilac. HEX triplet: CD, 88 and C0. RGB value is (205,136,192). Sum of RGB (Red+Green+Blue) = 205+136+192=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CD88C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD88C0 is #32773F. Grayscale: #A2A2A2. Windows color (decimal): -3307328 or 12617933. OLE color: 12617933.
HSL color Cylindrical-coordinate representation of color #CD88C0: hue angle of 311.3º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD88C0 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 136 | 192 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.20 |
| HSL | 311.3º | 0.41% | 0.67% | - |
| HSV(B) | 311.3º | 0.34% | 0.8% | - |
| XYZ | 43.5 | 34.39 | 54.22 | - |
| YUV | 163.02 | 144.36 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 136 | 192 | 0 | 0.34 | 0.06 | 0.20 | 311.3 | 0.41 | 0.67 |
| Hex | CD | 88 | C0 | 0 | 22 | 6 | 14 | 137 | 29 | 43 |
| Octal | 315 | 210 | 300 | 0 | 42 | 6 | 24 | 467 | 51 | 103 |
| Binary | 11001101 | 10001000 | 11000000 | 0 | 100010 | 110 | 10100 | 100110111 | 101001 | 1000011 |
Color Harmonies of #CD88C0
Complementary color
Monochromatic Colors of #CD88C0
Black with #CD88C0
Text Example
Text Example
White with #CD88C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD88C0; }
p { color: rgb(205,136,192); }
H1.HeaderClassName
{
color: #CD88C0;
}
.AnyTagClassName
{
color: #CD88C0;
}
</style>
background-color css
<style>
a { background-color: #CD88C0; }
a { background-color: rgb(205,136,192); }
div.DivClassName
{
background-color: #CD88C0;
}
.BgClassName
{
background-color: #CD88C0;
}
</style>
border-color css
<style>
span { border-color: #CD88C0; }
span { border-color: rgb(205,136,192); }
td.TdClassName
{
border-color: #CD88C0;
}
.TagClassName
{
border-color: #CD88C0;
}
</style>