Shades of Lilac #C98DC5
Tints of Lilac #C98DC5
RGB
CMYK
RGB Variations
Color information
#C98DC5 (or 0xC98DC5) is known color: Lilac. HEX triplet: C9, 8D and C5. RGB value is (201,141,197). Sum of RGB (Red+Green+Blue) = 201+141+197=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 197 (77.34% from 255 or 36.55% from 539); Max value from RGB is 201 - color contains mainly: red. Hex color #C98DC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DC5 is #36723A. Grayscale: #A5A5A5. Windows color (decimal): -3568187 or 12946889. OLE color: 12946889.
HSL color Cylindrical-coordinate representation of color #C98DC5: hue angle of 304º 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 #C98DC5 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 141 | 197 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.21 |
| HSL | 304º | 0.36% | 0.67% | - |
| HSV(B) | 304º | 0.3% | 0.79% | - |
| XYZ | 43.69 | 35.5 | 57.37 | - |
| YUV | 165.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 197 | 0 | 0.30 | 0.02 | 0.21 | 304 | 0.36 | 0.67 |
| Hex | C9 | 8D | C5 | 0 | 1E | 2 | 15 | 130 | 24 | 43 |
| Octal | 311 | 215 | 305 | 0 | 36 | 2 | 25 | 460 | 44 | 103 |
| Binary | 11001001 | 10001101 | 11000101 | 0 | 11110 | 10 | 10101 | 100110000 | 100100 | 1000011 |
Color Harmonies of #C98DC5
Complementary color
Monochromatic Colors of #C98DC5
Black with #C98DC5
Text Example
Text Example
White with #C98DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98DC5; }
p { color: rgb(201,141,197); }
H1.HeaderClassName
{
color: #C98DC5;
}
.AnyTagClassName
{
color: #C98DC5;
}
</style>
background-color css
<style>
a { background-color: #C98DC5; }
a { background-color: rgb(201,141,197); }
div.DivClassName
{
background-color: #C98DC5;
}
.BgClassName
{
background-color: #C98DC5;
}
</style>
border-color css
<style>
span { border-color: #C98DC5; }
span { border-color: rgb(201,141,197); }
td.TdClassName
{
border-color: #C98DC5;
}
.TagClassName
{
border-color: #C98DC5;
}
</style>