Shades of Lilac #CE97C5
Tints of Lilac #CE97C5
RGB
CMYK
RGB Variations
Color information
#CE97C5 (or 0xCE97C5) is known color: Lilac. HEX triplet: CE, 97 and C5. RGB value is (206,151,197). Sum of RGB (Red+Green+Blue) = 206+151+197=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 151 (59.38% from 255 or 27.26% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CE97C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE97C5 is #31683A. Grayscale: #ACACAC. Windows color (decimal): -3237947 or 12949454. OLE color: 12949454.
HSL color Cylindrical-coordinate representation of color #CE97C5: hue angle of 309.82º 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 #CE97C5 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 197 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.19 |
| HSL | 309.82º | 0.36% | 0.7% | - |
| HSV(B) | 309.82º | 0.27% | 0.81% | - |
| XYZ | 46.6 | 39.29 | 57.95 | - |
| YUV | 172.69 | 141.72 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 197 | 0 | 0.27 | 0.04 | 0.19 | 309.82 | 0.36 | 0.7 |
| Hex | CE | 97 | C5 | 0 | 1B | 4 | 13 | 136 | 24 | 46 |
| Octal | 316 | 227 | 305 | 0 | 33 | 4 | 23 | 466 | 44 | 106 |
| Binary | 11001110 | 10010111 | 11000101 | 0 | 11011 | 100 | 10011 | 100110110 | 100100 | 1000110 |
Color Harmonies of #CE97C5
Complementary color
Monochromatic Colors of #CE97C5
Black with #CE97C5
Text Example
Text Example
White with #CE97C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE97C5; }
p { color: rgb(206,151,197); }
H1.HeaderClassName
{
color: #CE97C5;
}
.AnyTagClassName
{
color: #CE97C5;
}
</style>
background-color css
<style>
a { background-color: #CE97C5; }
a { background-color: rgb(206,151,197); }
div.DivClassName
{
background-color: #CE97C5;
}
.BgClassName
{
background-color: #CE97C5;
}
</style>
border-color css
<style>
span { border-color: #CE97C5; }
span { border-color: rgb(206,151,197); }
td.TdClassName
{
border-color: #CE97C5;
}
.TagClassName
{
border-color: #CE97C5;
}
</style>