Shades of Lilac #CE8CD4
Tints of Lilac #CE8CD4
RGB
CMYK
RGB Variations
Color information
#CE8CD4 (or 0xCE8CD4) is known color: Lilac. HEX triplet: CE, 8C and D4. RGB value is (206,140,212). Sum of RGB (Red+Green+Blue) = 206+140+212=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE8CD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8CD4 is #31732B. Grayscale: #A7A7A7. Windows color (decimal): -3240748 or 13929678. OLE color: 13929678.
HSL color Cylindrical-coordinate representation of color #CE8CD4: hue angle of 295º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE8CD4 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 140 | 212 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.17 |
| HSL | 295º | 0.46% | 0.69% | - |
| HSV(B) | 295º | 0.34% | 0.83% | - |
| XYZ | 46.72 | 36.63 | 66.9 | - |
| YUV | 167.94 | 152.87 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 212 | 0.03 | 0.34 | 0 | 0.17 | 295 | 0.46 | 0.69 |
| Hex | CE | 8C | D4 | 3 | 22 | 0 | 11 | 127 | 2E | 45 |
| Octal | 316 | 214 | 324 | 3 | 42 | 0 | 21 | 447 | 56 | 105 |
| Binary | 11001110 | 10001100 | 11010100 | 11 | 100010 | 0 | 10001 | 100100111 | 101110 | 1000101 |
Color Harmonies of #CE8CD4
Complementary color
Monochromatic Colors of #CE8CD4
Black with #CE8CD4
Text Example
Text Example
White with #CE8CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8CD4; }
p { color: rgb(206,140,212); }
H1.HeaderClassName
{
color: #CE8CD4;
}
.AnyTagClassName
{
color: #CE8CD4;
}
</style>
background-color css
<style>
a { background-color: #CE8CD4; }
a { background-color: rgb(206,140,212); }
div.DivClassName
{
background-color: #CE8CD4;
}
.BgClassName
{
background-color: #CE8CD4;
}
</style>
border-color css
<style>
span { border-color: #CE8CD4; }
span { border-color: rgb(206,140,212); }
td.TdClassName
{
border-color: #CE8CD4;
}
.TagClassName
{
border-color: #CE8CD4;
}
</style>