Shades of Lilac #C99FC5
Tints of Lilac #C99FC5
RGB
CMYK
RGB Variations
Color information
#C99FC5 (or 0xC99FC5) is known color: Lilac. HEX triplet: C9, 9F and C5. RGB value is (201,159,197). Sum of RGB (Red+Green+Blue) = 201+159+197=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 201 - color contains mainly: red. Hex color #C99FC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FC5 is #36603A. Grayscale: #AFAFAF. Windows color (decimal): -3563579 or 12951497. OLE color: 12951497.
HSL color Cylindrical-coordinate representation of color #C99FC5: hue angle of 305.71º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C99FC5 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 159 | 197 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.21 |
| HSL | 305.71º | 0.28% | 0.71% | - |
| HSV(B) | 305.71º | 0.21% | 0.79% | - |
| XYZ | 46.56 | 41.25 | 58.33 | - |
| YUV | 175.89 | 139.91 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 197 | 0 | 0.21 | 0.02 | 0.21 | 305.71 | 0.28 | 0.71 |
| Hex | C9 | 9F | C5 | 0 | 15 | 2 | 15 | 132 | 1C | 47 |
| Octal | 311 | 237 | 305 | 0 | 25 | 2 | 25 | 462 | 34 | 107 |
| Binary | 11001001 | 10011111 | 11000101 | 0 | 10101 | 10 | 10101 | 100110010 | 11100 | 1000111 |
Color Harmonies of #C99FC5
Complementary color
Monochromatic Colors of #C99FC5
Black with #C99FC5
Text Example
Text Example
White with #C99FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99FC5; }
p { color: rgb(201,159,197); }
H1.HeaderClassName
{
color: #C99FC5;
}
.AnyTagClassName
{
color: #C99FC5;
}
</style>
background-color css
<style>
a { background-color: #C99FC5; }
a { background-color: rgb(201,159,197); }
div.DivClassName
{
background-color: #C99FC5;
}
.BgClassName
{
background-color: #C99FC5;
}
</style>
border-color css
<style>
span { border-color: #C99FC5; }
span { border-color: rgb(201,159,197); }
td.TdClassName
{
border-color: #C99FC5;
}
.TagClassName
{
border-color: #C99FC5;
}
</style>