Shades of Lilac #CD86C2
Tints of Lilac #CD86C2
RGB
CMYK
RGB Variations
Color information
#CD86C2 (or 0xCD86C2) is known color: Lilac. HEX triplet: CD, 86 and C2. RGB value is (205,134,194). Sum of RGB (Red+Green+Blue) = 205+134+194=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CD86C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD86C2 is #32793D. Grayscale: #A1A1A1. Windows color (decimal): -3307838 or 12748493. OLE color: 12748493.
HSL color Cylindrical-coordinate representation of color #CD86C2: hue angle of 309.3º 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 #CD86C2 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 134 | 194 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.20 |
| HSL | 309.3º | 0.42% | 0.66% | - |
| HSV(B) | 309.3º | 0.35% | 0.8% | - |
| XYZ | 43.44 | 33.92 | 55.3 | - |
| YUV | 162.07 | 146.02 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 134 | 194 | 0 | 0.35 | 0.05 | 0.20 | 309.3 | 0.42 | 0.66 |
| Hex | CD | 86 | C2 | 0 | 23 | 5 | 14 | 135 | 2A | 42 |
| Octal | 315 | 206 | 302 | 0 | 43 | 5 | 24 | 465 | 52 | 102 |
| Binary | 11001101 | 10000110 | 11000010 | 0 | 100011 | 101 | 10100 | 100110101 | 101010 | 1000010 |
Color Harmonies of #CD86C2
Complementary color
Monochromatic Colors of #CD86C2
Black with #CD86C2
Text Example
Text Example
White with #CD86C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD86C2; }
p { color: rgb(205,134,194); }
H1.HeaderClassName
{
color: #CD86C2;
}
.AnyTagClassName
{
color: #CD86C2;
}
</style>
background-color css
<style>
a { background-color: #CD86C2; }
a { background-color: rgb(205,134,194); }
div.DivClassName
{
background-color: #CD86C2;
}
.BgClassName
{
background-color: #CD86C2;
}
</style>
border-color css
<style>
span { border-color: #CD86C2; }
span { border-color: rgb(205,134,194); }
td.TdClassName
{
border-color: #CD86C2;
}
.TagClassName
{
border-color: #CD86C2;
}
</style>