Shades of Lilac #C99FC2
Tints of Lilac #C99FC2
RGB
CMYK
RGB Variations
Color information
#C99FC2 (or 0xC99FC2) is known color: Lilac. HEX triplet: C9, 9F and C2. RGB value is (201,159,194). Sum of RGB (Red+Green+Blue) = 201+159+194=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 201 - color contains mainly: red. Hex color #C99FC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FC2 is #36603D. Grayscale: #AFAFAF. Windows color (decimal): -3563582 or 12754889. OLE color: 12754889.
HSL color Cylindrical-coordinate representation of color #C99FC2: hue angle of 310º 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 #C99FC2 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 159 | 194 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.21 |
| HSL | 310º | 0.28% | 0.71% | - |
| HSV(B) | 310º | 0.21% | 0.79% | - |
| XYZ | 46.22 | 41.11 | 56.54 | - |
| YUV | 175.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 194 | 0 | 0.21 | 0.03 | 0.21 | 310 | 0.28 | 0.71 |
| Hex | C9 | 9F | C2 | 0 | 15 | 3 | 15 | 136 | 1C | 47 |
| Octal | 311 | 237 | 302 | 0 | 25 | 3 | 25 | 466 | 34 | 107 |
| Binary | 11001001 | 10011111 | 11000010 | 0 | 10101 | 11 | 10101 | 100110110 | 11100 | 1000111 |
Color Harmonies of #C99FC2
Complementary color
Monochromatic Colors of #C99FC2
Black with #C99FC2
Text Example
Text Example
White with #C99FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99FC2; }
p { color: rgb(201,159,194); }
H1.HeaderClassName
{
color: #C99FC2;
}
.AnyTagClassName
{
color: #C99FC2;
}
</style>
background-color css
<style>
a { background-color: #C99FC2; }
a { background-color: rgb(201,159,194); }
div.DivClassName
{
background-color: #C99FC2;
}
.BgClassName
{
background-color: #C99FC2;
}
</style>
border-color css
<style>
span { border-color: #C99FC2; }
span { border-color: rgb(201,159,194); }
td.TdClassName
{
border-color: #C99FC2;
}
.TagClassName
{
border-color: #C99FC2;
}
</style>