Shades of Lilac #C98CC6
Tints of Lilac #C98CC6
RGB
CMYK
RGB Variations
Color information
#C98CC6 (or 0xC98CC6) is known color: Lilac. HEX triplet: C9, 8C and C6. RGB value is (201,140,198). Sum of RGB (Red+Green+Blue) = 201+140+198=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 201 - color contains mainly: red. Hex color #C98CC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98CC6 is #367339. Grayscale: #A4A4A4. Windows color (decimal): -3568442 or 13012169. OLE color: 13012169.
HSL color Cylindrical-coordinate representation of color #C98CC6: hue angle of 302.95º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C98CC6 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 140 | 198 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.21 |
| HSL | 302.95º | 0.36% | 0.67% | - |
| HSV(B) | 302.95º | 0.3% | 0.79% | - |
| XYZ | 43.66 | 35.25 | 57.93 | - |
| YUV | 164.85 | 146.71 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 198 | 0 | 0.30 | 0.01 | 0.21 | 302.95 | 0.36 | 0.67 |
| Hex | C9 | 8C | C6 | 0 | 1E | 1 | 15 | 12F | 24 | 43 |
| Octal | 311 | 214 | 306 | 0 | 36 | 1 | 25 | 457 | 44 | 103 |
| Binary | 11001001 | 10001100 | 11000110 | 0 | 11110 | 1 | 10101 | 100101111 | 100100 | 1000011 |
Color Harmonies of #C98CC6
Complementary color
Monochromatic Colors of #C98CC6
Black with #C98CC6
Text Example
Text Example
White with #C98CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98CC6; }
p { color: rgb(201,140,198); }
H1.HeaderClassName
{
color: #C98CC6;
}
.AnyTagClassName
{
color: #C98CC6;
}
</style>
background-color css
<style>
a { background-color: #C98CC6; }
a { background-color: rgb(201,140,198); }
div.DivClassName
{
background-color: #C98CC6;
}
.BgClassName
{
background-color: #C98CC6;
}
</style>
border-color css
<style>
span { border-color: #C98CC6; }
span { border-color: rgb(201,140,198); }
td.TdClassName
{
border-color: #C98CC6;
}
.TagClassName
{
border-color: #C98CC6;
}
</style>