Shades of Lilac #CE8ACD
Tints of Lilac #CE8ACD
RGB
CMYK
RGB Variations
Color information
#CE8ACD (or 0xCE8ACD) is known color: Lilac. HEX triplet: CE, 8A and CD. RGB value is (206,138,205). Sum of RGB (Red+Green+Blue) = 206+138+205=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8ACD is #317532. Grayscale: #A5A5A5. Windows color (decimal): -3241267 or 13470414. OLE color: 13470414.
HSL color Cylindrical-coordinate representation of color #CE8ACD: hue angle of 300.88º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE8ACD is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 138 | 205 | - |
| CMYK | 0 | 0.33 | 0.00 | 0.19 |
| HSL | 300.88º | 0.41% | 0.67% | - |
| HSV(B) | 300.88º | 0.33% | 0.81% | - |
| XYZ | 45.56 | 35.71 | 62.25 | - |
| YUV | 165.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 205 | 0 | 0.33 | 0.00 | 0.19 | 300.88 | 0.41 | 0.67 |
| Hex | CE | 8A | CD | 0 | 21 | 0 | 13 | 12D | 29 | 43 |
| Octal | 316 | 212 | 315 | 0 | 41 | 0 | 23 | 455 | 51 | 103 |
| Binary | 11001110 | 10001010 | 11001101 | 0 | 100001 | 0 | 10011 | 100101101 | 101001 | 1000011 |
Color Harmonies of #CE8ACD
Complementary color
Monochromatic Colors of #CE8ACD
Black with #CE8ACD
Text Example
Text Example
White with #CE8ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8ACD; }
p { color: rgb(206,138,205); }
H1.HeaderClassName
{
color: #CE8ACD;
}
.AnyTagClassName
{
color: #CE8ACD;
}
</style>
background-color css
<style>
a { background-color: #CE8ACD; }
a { background-color: rgb(206,138,205); }
div.DivClassName
{
background-color: #CE8ACD;
}
.BgClassName
{
background-color: #CE8ACD;
}
</style>
border-color css
<style>
span { border-color: #CE8ACD; }
span { border-color: rgb(206,138,205); }
td.TdClassName
{
border-color: #CE8ACD;
}
.TagClassName
{
border-color: #CE8ACD;
}
</style>