Shades of Lilac #CE8CCD
Tints of Lilac #CE8CCD
RGB
CMYK
RGB Variations
Color information
#CE8CCD (or 0xCE8CCD) is known color: Lilac. HEX triplet: CE, 8C and CD. RGB value is (206,140,205). Sum of RGB (Red+Green+Blue) = 206+140+205=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8CCD is #317332. Grayscale: #A6A6A6. Windows color (decimal): -3240755 or 13470926. OLE color: 13470926.
HSL color Cylindrical-coordinate representation of color #CE8CCD: hue angle of 300.91º 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 #CE8CCD is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 205 | - |
| CMYK | 0 | 0.32 | 0.00 | 0.19 |
| HSL | 300.91º | 0.4% | 0.68% | - |
| HSV(B) | 300.91º | 0.32% | 0.81% | - |
| XYZ | 45.85 | 36.29 | 62.34 | - |
| YUV | 167.14 | 149.37 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 205 | 0 | 0.32 | 0.00 | 0.19 | 300.91 | 0.4 | 0.68 |
| Hex | CE | 8C | CD | 0 | 20 | 0 | 13 | 12D | 28 | 44 |
| Octal | 316 | 214 | 315 | 0 | 40 | 0 | 23 | 455 | 50 | 104 |
| Binary | 11001110 | 10001100 | 11001101 | 0 | 100000 | 0 | 10011 | 100101101 | 101000 | 1000100 |
Color Harmonies of #CE8CCD
Complementary color
Monochromatic Colors of #CE8CCD
Black with #CE8CCD
Text Example
Text Example
White with #CE8CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8CCD; }
p { color: rgb(206,140,205); }
H1.HeaderClassName
{
color: #CE8CCD;
}
.AnyTagClassName
{
color: #CE8CCD;
}
</style>
background-color css
<style>
a { background-color: #CE8CCD; }
a { background-color: rgb(206,140,205); }
div.DivClassName
{
background-color: #CE8CCD;
}
.BgClassName
{
background-color: #CE8CCD;
}
</style>
border-color css
<style>
span { border-color: #CE8CCD; }
span { border-color: rgb(206,140,205); }
td.TdClassName
{
border-color: #CE8CCD;
}
.TagClassName
{
border-color: #CE8CCD;
}
</style>