Shades of Lilac #C99FC3
Tints of Lilac #C99FC3
RGB
CMYK
RGB Variations
Color information
#C99FC3 (or 0xC99FC3) is known color: Lilac. HEX triplet: C9, 9F and C3. RGB value is (201,159,195). Sum of RGB (Red+Green+Blue) = 201+159+195=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 195 (76.56% from 255 or 35.14% from 555); Max value from RGB is 201 - color contains mainly: red. Hex color #C99FC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FC3 is #36603C. Grayscale: #AFAFAF. Windows color (decimal): -3563581 or 12820425. OLE color: 12820425.
HSL color Cylindrical-coordinate representation of color #C99FC3: hue angle of 308.57º 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 #C99FC3 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 159 | 195 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.21 |
| HSL | 308.57º | 0.28% | 0.71% | - |
| HSV(B) | 308.57º | 0.21% | 0.79% | - |
| XYZ | 46.34 | 41.15 | 57.13 | - |
| YUV | 175.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 195 | 0 | 0.21 | 0.03 | 0.21 | 308.57 | 0.28 | 0.71 |
| Hex | C9 | 9F | C3 | 0 | 15 | 3 | 15 | 135 | 1C | 47 |
| Octal | 311 | 237 | 303 | 0 | 25 | 3 | 25 | 465 | 34 | 107 |
| Binary | 11001001 | 10011111 | 11000011 | 0 | 10101 | 11 | 10101 | 100110101 | 11100 | 1000111 |
Color Harmonies of #C99FC3
Complementary color
Monochromatic Colors of #C99FC3
Black with #C99FC3
Text Example
Text Example
White with #C99FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99FC3; }
p { color: rgb(201,159,195); }
H1.HeaderClassName
{
color: #C99FC3;
}
.AnyTagClassName
{
color: #C99FC3;
}
</style>
background-color css
<style>
a { background-color: #C99FC3; }
a { background-color: rgb(201,159,195); }
div.DivClassName
{
background-color: #C99FC3;
}
.BgClassName
{
background-color: #C99FC3;
}
</style>
border-color css
<style>
span { border-color: #C99FC3; }
span { border-color: rgb(201,159,195); }
td.TdClassName
{
border-color: #C99FC3;
}
.TagClassName
{
border-color: #C99FC3;
}
</style>