Shades of Lilac #CE85C0
Tints of Lilac #CE85C0
RGB
CMYK
RGB Variations
Color information
#CE85C0 (or 0xCE85C0) is known color: Lilac. HEX triplet: CE, 85 and C0. RGB value is (206,133,192). Sum of RGB (Red+Green+Blue) = 206+133+192=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85C0 is #317A3F. Grayscale: #A1A1A1. Windows color (decimal): -3242560 or 12617166. OLE color: 12617166.
HSL color Cylindrical-coordinate representation of color #CE85C0: hue angle of 311.51º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE85C0 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 192 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.19 |
| HSL | 311.51º | 0.43% | 0.66% | - |
| HSV(B) | 311.51º | 0.35% | 0.81% | - |
| XYZ | 43.36 | 33.7 | 54.09 | - |
| YUV | 161.55 | 145.18 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 192 | 0 | 0.35 | 0.07 | 0.19 | 311.51 | 0.43 | 0.66 |
| Hex | CE | 85 | C0 | 0 | 23 | 7 | 13 | 138 | 2B | 42 |
| Octal | 316 | 205 | 300 | 0 | 43 | 7 | 23 | 470 | 53 | 102 |
| Binary | 11001110 | 10000101 | 11000000 | 0 | 100011 | 111 | 10011 | 100111000 | 101011 | 1000010 |
Color Harmonies of #CE85C0
Complementary color
Monochromatic Colors of #CE85C0
Black with #CE85C0
Text Example
Text Example
White with #CE85C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE85C0; }
p { color: rgb(206,133,192); }
H1.HeaderClassName
{
color: #CE85C0;
}
.AnyTagClassName
{
color: #CE85C0;
}
</style>
background-color css
<style>
a { background-color: #CE85C0; }
a { background-color: rgb(206,133,192); }
div.DivClassName
{
background-color: #CE85C0;
}
.BgClassName
{
background-color: #CE85C0;
}
</style>
border-color css
<style>
span { border-color: #CE85C0; }
span { border-color: rgb(206,133,192); }
td.TdClassName
{
border-color: #CE85C0;
}
.TagClassName
{
border-color: #CE85C0;
}
</style>