Shades of Lilac #CE96CD
Tints of Lilac #CE96CD
RGB
CMYK
RGB Variations
Color information
#CE96CD (or 0xCE96CD) is known color: Lilac. HEX triplet: CE, 96 and CD. RGB value is (206,150,205). Sum of RGB (Red+Green+Blue) = 206+150+205=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 206 - color contains mainly: red. Hex color #CE96CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE96CD is #316932. Grayscale: #ACACAC. Windows color (decimal): -3238195 or 13473486. OLE color: 13473486.
HSL color Cylindrical-coordinate representation of color #CE96CD: hue angle of 301.07º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CE96CD is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 150 | 205 | - |
| CMYK | 0 | 0.27 | 0.00 | 0.19 |
| HSL | 301.07º | 0.36% | 0.7% | - |
| HSV(B) | 301.07º | 0.27% | 0.81% | - |
| XYZ | 47.38 | 39.34 | 62.85 | - |
| YUV | 173.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 150 | 205 | 0 | 0.27 | 0.00 | 0.19 | 301.07 | 0.36 | 0.7 |
| Hex | CE | 96 | CD | 0 | 1B | 0 | 13 | 12D | 24 | 46 |
| Octal | 316 | 226 | 315 | 0 | 33 | 0 | 23 | 455 | 44 | 106 |
| Binary | 11001110 | 10010110 | 11001101 | 0 | 11011 | 0 | 10011 | 100101101 | 100100 | 1000110 |
Color Harmonies of #CE96CD
Complementary color
Monochromatic Colors of #CE96CD
Black with #CE96CD
Text Example
Text Example
White with #CE96CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE96CD; }
p { color: rgb(206,150,205); }
H1.HeaderClassName
{
color: #CE96CD;
}
.AnyTagClassName
{
color: #CE96CD;
}
</style>
background-color css
<style>
a { background-color: #CE96CD; }
a { background-color: rgb(206,150,205); }
div.DivClassName
{
background-color: #CE96CD;
}
.BgClassName
{
background-color: #CE96CD;
}
</style>
border-color css
<style>
span { border-color: #CE96CD; }
span { border-color: rgb(206,150,205); }
td.TdClassName
{
border-color: #CE96CD;
}
.TagClassName
{
border-color: #CE96CD;
}
</style>