Shades of Lilac #CE8BCF
Tints of Lilac #CE8BCF
RGB
CMYK
RGB Variations
Color information
#CE8BCF (or 0xCE8BCF) is known color: Lilac. HEX triplet: CE, 8B and CF. RGB value is (206,139,207). Sum of RGB (Red+Green+Blue) = 206+139+207=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE8BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8BCF is #317430. Grayscale: #A6A6A6. Windows color (decimal): -3241009 or 13601742. OLE color: 13601742.
HSL color Cylindrical-coordinate representation of color #CE8BCF: hue angle of 299.12º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE8BCF is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 139 | 207 | - |
| CMYK | 0.00 | 0.33 | 0 | 0.19 |
| HSL | 299.12º | 0.41% | 0.68% | - |
| HSV(B) | 299.12º | 0.33% | 0.81% | - |
| XYZ | 45.95 | 36.09 | 63.58 | - |
| YUV | 166.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 207 | 0.00 | 0.33 | 0 | 0.19 | 299.12 | 0.41 | 0.68 |
| Hex | CE | 8B | CF | 0 | 21 | 0 | 13 | 12B | 29 | 44 |
| Octal | 316 | 213 | 317 | 0 | 41 | 0 | 23 | 453 | 51 | 104 |
| Binary | 11001110 | 10001011 | 11001111 | 0 | 100001 | 0 | 10011 | 100101011 | 101001 | 1000100 |
Color Harmonies of #CE8BCF
Complementary color
Monochromatic Colors of #CE8BCF
Black with #CE8BCF
Text Example
Text Example
White with #CE8BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8BCF; }
p { color: rgb(206,139,207); }
H1.HeaderClassName
{
color: #CE8BCF;
}
.AnyTagClassName
{
color: #CE8BCF;
}
</style>
background-color css
<style>
a { background-color: #CE8BCF; }
a { background-color: rgb(206,139,207); }
div.DivClassName
{
background-color: #CE8BCF;
}
.BgClassName
{
background-color: #CE8BCF;
}
</style>
border-color css
<style>
span { border-color: #CE8BCF; }
span { border-color: rgb(206,139,207); }
td.TdClassName
{
border-color: #CE8BCF;
}
.TagClassName
{
border-color: #CE8BCF;
}
</style>