Shades of Lilac #C999C8
Tints of Lilac #C999C8
RGB
CMYK
RGB Variations
Color information
#C999C8 (or 0xC999C8) is known color: Lilac. HEX triplet: C9, 99 and C8. RGB value is (201,153,200). Sum of RGB (Red+Green+Blue) = 201+153+200=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 201 - color contains mainly: red. Hex color #C999C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999C8 is #366637. Grayscale: #ACACAC. Windows color (decimal): -3565112 or 13146569. OLE color: 13146569.
HSL color Cylindrical-coordinate representation of color #C999C8: hue angle of 301.25º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C999C8 is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 153 | 200 | - |
| CMYK | 0 | 0.24 | 0.00 | 0.21 |
| HSL | 301.25º | 0.31% | 0.69% | - |
| HSV(B) | 301.25º | 0.24% | 0.79% | - |
| XYZ | 45.9 | 39.37 | 59.82 | - |
| YUV | 172.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 200 | 0 | 0.24 | 0.00 | 0.21 | 301.25 | 0.31 | 0.69 |
| Hex | C9 | 99 | C8 | 0 | 18 | 0 | 15 | 12D | 1F | 45 |
| Octal | 311 | 231 | 310 | 0 | 30 | 0 | 25 | 455 | 37 | 105 |
| Binary | 11001001 | 10011001 | 11001000 | 0 | 11000 | 0 | 10101 | 100101101 | 11111 | 1000101 |
Color Harmonies of #C999C8
Complementary color
Monochromatic Colors of #C999C8
Black with #C999C8
Text Example
Text Example
White with #C999C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C999C8; }
p { color: rgb(201,153,200); }
H1.HeaderClassName
{
color: #C999C8;
}
.AnyTagClassName
{
color: #C999C8;
}
</style>
background-color css
<style>
a { background-color: #C999C8; }
a { background-color: rgb(201,153,200); }
div.DivClassName
{
background-color: #C999C8;
}
.BgClassName
{
background-color: #C999C8;
}
</style>
border-color css
<style>
span { border-color: #C999C8; }
span { border-color: rgb(201,153,200); }
td.TdClassName
{
border-color: #C999C8;
}
.TagClassName
{
border-color: #C999C8;
}
</style>