Shades of Lilac #C99EC5
Tints of Lilac #C99EC5
RGB
CMYK
RGB Variations
Color information
#C99EC5 (or 0xC99EC5) is known color: Lilac. HEX triplet: C9, 9E and C5. RGB value is (201,158,197). Sum of RGB (Red+Green+Blue) = 201+158+197=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 201 - color contains mainly: red. Hex color #C99EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99EC5 is #36613A. Grayscale: #AFAFAF. Windows color (decimal): -3563835 or 12951241. OLE color: 12951241.
HSL color Cylindrical-coordinate representation of color #C99EC5: hue angle of 305.58º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C99EC5 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 158 | 197 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.21 |
| HSL | 305.58º | 0.28% | 0.7% | - |
| HSV(B) | 305.58º | 0.21% | 0.79% | - |
| XYZ | 46.39 | 40.9 | 58.27 | - |
| YUV | 175.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 197 | 0 | 0.21 | 0.02 | 0.21 | 305.58 | 0.28 | 0.7 |
| Hex | C9 | 9E | C5 | 0 | 15 | 2 | 15 | 132 | 1C | 46 |
| Octal | 311 | 236 | 305 | 0 | 25 | 2 | 25 | 462 | 34 | 106 |
| Binary | 11001001 | 10011110 | 11000101 | 0 | 10101 | 10 | 10101 | 100110010 | 11100 | 1000110 |
Color Harmonies of #C99EC5
Complementary color
Monochromatic Colors of #C99EC5
Black with #C99EC5
Text Example
Text Example
White with #C99EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99EC5; }
p { color: rgb(201,158,197); }
H1.HeaderClassName
{
color: #C99EC5;
}
.AnyTagClassName
{
color: #C99EC5;
}
</style>
background-color css
<style>
a { background-color: #C99EC5; }
a { background-color: rgb(201,158,197); }
div.DivClassName
{
background-color: #C99EC5;
}
.BgClassName
{
background-color: #C99EC5;
}
</style>
border-color css
<style>
span { border-color: #C99EC5; }
span { border-color: rgb(201,158,197); }
td.TdClassName
{
border-color: #C99EC5;
}
.TagClassName
{
border-color: #C99EC5;
}
</style>