Shades of Lilac #C99FC1
Tints of Lilac #C99FC1
RGB
CMYK
RGB Variations
Color information
#C99FC1 (or 0xC99FC1) is known color: Lilac. HEX triplet: C9, 9F and C1. RGB value is (201,159,193). Sum of RGB (Red+Green+Blue) = 201+159+193=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 201 - color contains mainly: red. Hex color #C99FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FC1 is #36603E. Grayscale: #AFAFAF. Windows color (decimal): -3563583 or 12689353. OLE color: 12689353.
HSL color Cylindrical-coordinate representation of color #C99FC1: hue angle of 311.43º 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 #C99FC1 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 159 | 193 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.21 |
| HSL | 311.43º | 0.28% | 0.71% | - |
| HSV(B) | 311.43º | 0.21% | 0.79% | - |
| XYZ | 46.11 | 41.06 | 55.95 | - |
| YUV | 175.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 193 | 0 | 0.21 | 0.04 | 0.21 | 311.43 | 0.28 | 0.71 |
| Hex | C9 | 9F | C1 | 0 | 15 | 4 | 15 | 137 | 1C | 47 |
| Octal | 311 | 237 | 301 | 0 | 25 | 4 | 25 | 467 | 34 | 107 |
| Binary | 11001001 | 10011111 | 11000001 | 0 | 10101 | 100 | 10101 | 100110111 | 11100 | 1000111 |
Color Harmonies of #C99FC1
Complementary color
Monochromatic Colors of #C99FC1
Black with #C99FC1
Text Example
Text Example
White with #C99FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99FC1; }
p { color: rgb(201,159,193); }
H1.HeaderClassName
{
color: #C99FC1;
}
.AnyTagClassName
{
color: #C99FC1;
}
</style>
background-color css
<style>
a { background-color: #C99FC1; }
a { background-color: rgb(201,159,193); }
div.DivClassName
{
background-color: #C99FC1;
}
.BgClassName
{
background-color: #C99FC1;
}
</style>
border-color css
<style>
span { border-color: #C99FC1; }
span { border-color: rgb(201,159,193); }
td.TdClassName
{
border-color: #C99FC1;
}
.TagClassName
{
border-color: #C99FC1;
}
</style>