Shades of Lilac #CE8CCE
Tints of Lilac #CE8CCE
RGB
CMYK
RGB Variations
Color information
#CE8CCE (or 0xCE8CCE) is known color: Lilac. HEX triplet: CE, 8C and CE. RGB value is (206,140,206). Sum of RGB (Red+Green+Blue) = 206+140+206=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE8CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8CCE is #317331. Grayscale: #A7A7A7. Windows color (decimal): -3240754 or 13536462. OLE color: 13536462.
HSL color Cylindrical-coordinate representation of color #CE8CCE: hue angle of 300º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE8CCE is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 206 | - |
| CMYK | 0 | 0.32 | 0 | 0.19 |
| HSL | 300º | 0.4% | 0.68% | - |
| HSV(B) | 300º | 0.32% | 0.81% | - |
| XYZ | 45.97 | 36.33 | 62.98 | - |
| YUV | 167.26 | 149.87 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 206 | 0 | 0.32 | 0 | 0.19 | 300 | 0.4 | 0.68 |
| Hex | CE | 8C | CE | 0 | 20 | 0 | 13 | 12C | 28 | 44 |
| Octal | 316 | 214 | 316 | 0 | 40 | 0 | 23 | 454 | 50 | 104 |
| Binary | 11001110 | 10001100 | 11001110 | 0 | 100000 | 0 | 10011 | 100101100 | 101000 | 1000100 |
Color Harmonies of #CE8CCE
Complementary color
Monochromatic Colors of #CE8CCE
Black with #CE8CCE
Text Example
Text Example
White with #CE8CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8CCE; }
p { color: rgb(206,140,206); }
H1.HeaderClassName
{
color: #CE8CCE;
}
.AnyTagClassName
{
color: #CE8CCE;
}
</style>
background-color css
<style>
a { background-color: #CE8CCE; }
a { background-color: rgb(206,140,206); }
div.DivClassName
{
background-color: #CE8CCE;
}
.BgClassName
{
background-color: #CE8CCE;
}
</style>
border-color css
<style>
span { border-color: #CE8CCE; }
span { border-color: rgb(206,140,206); }
td.TdClassName
{
border-color: #CE8CCE;
}
.TagClassName
{
border-color: #CE8CCE;
}
</style>