Shades of Lilac #C98CC5
Tints of Lilac #C98CC5
RGB
CMYK
RGB Variations
Color information
#C98CC5 (or 0xC98CC5) is known color: Lilac. HEX triplet: C9, 8C and C5. RGB value is (201,140,197). Sum of RGB (Red+Green+Blue) = 201+140+197=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 201 - color contains mainly: red. Hex color #C98CC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98CC5 is #36733A. Grayscale: #A4A4A4. Windows color (decimal): -3568443 or 12946633. OLE color: 12946633.
HSL color Cylindrical-coordinate representation of color #C98CC5: hue angle of 303.93º 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 #C98CC5 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 140 | 197 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.21 |
| HSL | 303.93º | 0.36% | 0.67% | - |
| HSV(B) | 303.93º | 0.3% | 0.79% | - |
| XYZ | 43.54 | 35.2 | 57.32 | - |
| YUV | 164.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 197 | 0 | 0.30 | 0.02 | 0.21 | 303.93 | 0.36 | 0.67 |
| Hex | C9 | 8C | C5 | 0 | 1E | 2 | 15 | 130 | 24 | 43 |
| Octal | 311 | 214 | 305 | 0 | 36 | 2 | 25 | 460 | 44 | 103 |
| Binary | 11001001 | 10001100 | 11000101 | 0 | 11110 | 10 | 10101 | 100110000 | 100100 | 1000011 |
Color Harmonies of #C98CC5
Complementary color
Monochromatic Colors of #C98CC5
Black with #C98CC5
Text Example
Text Example
White with #C98CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98CC5; }
p { color: rgb(201,140,197); }
H1.HeaderClassName
{
color: #C98CC5;
}
.AnyTagClassName
{
color: #C98CC5;
}
</style>
background-color css
<style>
a { background-color: #C98CC5; }
a { background-color: rgb(201,140,197); }
div.DivClassName
{
background-color: #C98CC5;
}
.BgClassName
{
background-color: #C98CC5;
}
</style>
border-color css
<style>
span { border-color: #C98CC5; }
span { border-color: rgb(201,140,197); }
td.TdClassName
{
border-color: #C98CC5;
}
.TagClassName
{
border-color: #C98CC5;
}
</style>