Shades of Lilac #CD86C0
Tints of Lilac #CD86C0
RGB
CMYK
RGB Variations
Color information
#CD86C0 (or 0xCD86C0) is known color: Lilac. HEX triplet: CD, 86 and C0. RGB value is (205,134,192). Sum of RGB (Red+Green+Blue) = 205+134+192=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CD86C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD86C0 is #32793F. Grayscale: #A1A1A1. Windows color (decimal): -3307840 or 12617421. OLE color: 12617421.
HSL color Cylindrical-coordinate representation of color #CD86C0: hue angle of 310.99º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD86C0 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 134 | 192 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.20 |
| HSL | 310.99º | 0.42% | 0.66% | - |
| HSV(B) | 310.99º | 0.35% | 0.8% | - |
| XYZ | 43.22 | 33.84 | 54.12 | - |
| YUV | 161.84 | 145.02 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 134 | 192 | 0 | 0.35 | 0.06 | 0.20 | 310.99 | 0.42 | 0.66 |
| Hex | CD | 86 | C0 | 0 | 23 | 6 | 14 | 137 | 2A | 42 |
| Octal | 315 | 206 | 300 | 0 | 43 | 6 | 24 | 467 | 52 | 102 |
| Binary | 11001101 | 10000110 | 11000000 | 0 | 100011 | 110 | 10100 | 100110111 | 101010 | 1000010 |
Color Harmonies of #CD86C0
Complementary color
Monochromatic Colors of #CD86C0
Black with #CD86C0
Text Example
Text Example
White with #CD86C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD86C0; }
p { color: rgb(205,134,192); }
H1.HeaderClassName
{
color: #CD86C0;
}
.AnyTagClassName
{
color: #CD86C0;
}
</style>
background-color css
<style>
a { background-color: #CD86C0; }
a { background-color: rgb(205,134,192); }
div.DivClassName
{
background-color: #CD86C0;
}
.BgClassName
{
background-color: #CD86C0;
}
</style>
border-color css
<style>
span { border-color: #CD86C0; }
span { border-color: rgb(205,134,192); }
td.TdClassName
{
border-color: #CD86C0;
}
.TagClassName
{
border-color: #CD86C0;
}
</style>