Shades of Lilac #C998C6
Tints of Lilac #C998C6
RGB
CMYK
RGB Variations
Color information
#C998C6 (or 0xC998C6) is known color: Lilac. HEX triplet: C9, 98 and C6. RGB value is (201,152,198). Sum of RGB (Red+Green+Blue) = 201+152+198=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 201 - color contains mainly: red. Hex color #C998C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998C6 is #366739. Grayscale: #ABABAB. Windows color (decimal): -3565370 or 13015241. OLE color: 13015241.
HSL color Cylindrical-coordinate representation of color #C998C6: hue angle of 303.67º 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 #C998C6 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 152 | 198 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.21 |
| HSL | 303.67º | 0.31% | 0.69% | - |
| HSV(B) | 303.67º | 0.24% | 0.79% | - |
| XYZ | 45.51 | 38.95 | 58.55 | - |
| YUV | 171.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 198 | 0 | 0.24 | 0.01 | 0.21 | 303.67 | 0.31 | 0.69 |
| Hex | C9 | 98 | C6 | 0 | 18 | 1 | 15 | 130 | 1F | 45 |
| Octal | 311 | 230 | 306 | 0 | 30 | 1 | 25 | 460 | 37 | 105 |
| Binary | 11001001 | 10011000 | 11000110 | 0 | 11000 | 1 | 10101 | 100110000 | 11111 | 1000101 |
Color Harmonies of #C998C6
Complementary color
Monochromatic Colors of #C998C6
Black with #C998C6
Text Example
Text Example
White with #C998C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C998C6; }
p { color: rgb(201,152,198); }
H1.HeaderClassName
{
color: #C998C6;
}
.AnyTagClassName
{
color: #C998C6;
}
</style>
background-color css
<style>
a { background-color: #C998C6; }
a { background-color: rgb(201,152,198); }
div.DivClassName
{
background-color: #C998C6;
}
.BgClassName
{
background-color: #C998C6;
}
</style>
border-color css
<style>
span { border-color: #C998C6; }
span { border-color: rgb(201,152,198); }
td.TdClassName
{
border-color: #C998C6;
}
.TagClassName
{
border-color: #C998C6;
}
</style>