Shades of Lilac #CE86C0
Tints of Lilac #CE86C0
RGB
CMYK
RGB Variations
Color information
#CE86C0 (or 0xCE86C0) is known color: Lilac. HEX triplet: CE, 86 and C0. RGB value is (206,134,192). Sum of RGB (Red+Green+Blue) = 206+134+192=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 134 (52.73% from 255 or 25.19% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 206 - color contains mainly: red. Hex color #CE86C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE86C0 is #31793F. Grayscale: #A1A1A1. Windows color (decimal): -3242304 or 12617422. OLE color: 12617422.
HSL color Cylindrical-coordinate representation of color #CE86C0: hue angle of 311.67º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE86C0 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 134 | 192 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.19 |
| HSL | 311.67º | 0.42% | 0.67% | - |
| HSV(B) | 311.67º | 0.35% | 0.81% | - |
| XYZ | 43.49 | 33.98 | 54.14 | - |
| YUV | 162.14 | 144.85 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 134 | 192 | 0 | 0.35 | 0.07 | 0.19 | 311.67 | 0.42 | 0.67 |
| Hex | CE | 86 | C0 | 0 | 23 | 7 | 13 | 138 | 2A | 43 |
| Octal | 316 | 206 | 300 | 0 | 43 | 7 | 23 | 470 | 52 | 103 |
| Binary | 11001110 | 10000110 | 11000000 | 0 | 100011 | 111 | 10011 | 100111000 | 101010 | 1000011 |
Color Harmonies of #CE86C0
Complementary color
Monochromatic Colors of #CE86C0
Black with #CE86C0
Text Example
Text Example
White with #CE86C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE86C0; }
p { color: rgb(206,134,192); }
H1.HeaderClassName
{
color: #CE86C0;
}
.AnyTagClassName
{
color: #CE86C0;
}
</style>
background-color css
<style>
a { background-color: #CE86C0; }
a { background-color: rgb(206,134,192); }
div.DivClassName
{
background-color: #CE86C0;
}
.BgClassName
{
background-color: #CE86C0;
}
</style>
border-color css
<style>
span { border-color: #CE86C0; }
span { border-color: rgb(206,134,192); }
td.TdClassName
{
border-color: #CE86C0;
}
.TagClassName
{
border-color: #CE86C0;
}
</style>