Shades of Lilac #C999C7
Tints of Lilac #C999C7
RGB
CMYK
RGB Variations
Color information
#C999C7 (or 0xC999C7) is known color: Lilac. HEX triplet: C9, 99 and C7. RGB value is (201,153,199). Sum of RGB (Red+Green+Blue) = 201+153+199=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 199 (78.12% from 255 or 35.99% from 553); Max value from RGB is 201 - color contains mainly: red. Hex color #C999C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999C7 is #366638. Grayscale: #ACACAC. Windows color (decimal): -3565113 or 13081033. OLE color: 13081033.
HSL color Cylindrical-coordinate representation of color #C999C7: hue angle of 302.5º 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 #C999C7 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 153 | 199 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.21 |
| HSL | 302.5º | 0.31% | 0.69% | - |
| HSV(B) | 302.5º | 0.24% | 0.79% | - |
| XYZ | 45.79 | 39.32 | 59.21 | - |
| YUV | 172.6 | 142.9 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 199 | 0 | 0.24 | 0.01 | 0.21 | 302.5 | 0.31 | 0.69 |
| Hex | C9 | 99 | C7 | 0 | 18 | 1 | 15 | 12E | 1F | 45 |
| Octal | 311 | 231 | 307 | 0 | 30 | 1 | 25 | 456 | 37 | 105 |
| Binary | 11001001 | 10011001 | 11000111 | 0 | 11000 | 1 | 10101 | 100101110 | 11111 | 1000101 |
Color Harmonies of #C999C7
Complementary color
Monochromatic Colors of #C999C7
Black with #C999C7
Text Example
Text Example
White with #C999C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C999C7; }
p { color: rgb(201,153,199); }
H1.HeaderClassName
{
color: #C999C7;
}
.AnyTagClassName
{
color: #C999C7;
}
</style>
background-color css
<style>
a { background-color: #C999C7; }
a { background-color: rgb(201,153,199); }
div.DivClassName
{
background-color: #C999C7;
}
.BgClassName
{
background-color: #C999C7;
}
</style>
border-color css
<style>
span { border-color: #C999C7; }
span { border-color: rgb(201,153,199); }
td.TdClassName
{
border-color: #C999C7;
}
.TagClassName
{
border-color: #C999C7;
}
</style>