Shades of Lilac #C98DC2
Tints of Lilac #C98DC2
RGB
CMYK
RGB Variations
Color information
#C98DC2 (or 0xC98DC2) is known color: Lilac. HEX triplet: C9, 8D and C2. RGB value is (201,141,194). Sum of RGB (Red+Green+Blue) = 201+141+194=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 201 - color contains mainly: red. Hex color #C98DC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DC2 is #36723D. Grayscale: #A4A4A4. Windows color (decimal): -3568190 or 12750281. OLE color: 12750281.
HSL color Cylindrical-coordinate representation of color #C98DC2: hue angle of 307º 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 #C98DC2 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 141 | 194 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.21 |
| HSL | 307º | 0.36% | 0.67% | - |
| HSV(B) | 307º | 0.3% | 0.79% | - |
| XYZ | 43.35 | 35.36 | 55.58 | - |
| YUV | 164.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 194 | 0 | 0.30 | 0.03 | 0.21 | 307 | 0.36 | 0.67 |
| Hex | C9 | 8D | C2 | 0 | 1E | 3 | 15 | 133 | 24 | 43 |
| Octal | 311 | 215 | 302 | 0 | 36 | 3 | 25 | 463 | 44 | 103 |
| Binary | 11001001 | 10001101 | 11000010 | 0 | 11110 | 11 | 10101 | 100110011 | 100100 | 1000011 |
Color Harmonies of #C98DC2
Complementary color
Monochromatic Colors of #C98DC2
Black with #C98DC2
Text Example
Text Example
White with #C98DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98DC2; }
p { color: rgb(201,141,194); }
H1.HeaderClassName
{
color: #C98DC2;
}
.AnyTagClassName
{
color: #C98DC2;
}
</style>
background-color css
<style>
a { background-color: #C98DC2; }
a { background-color: rgb(201,141,194); }
div.DivClassName
{
background-color: #C98DC2;
}
.BgClassName
{
background-color: #C98DC2;
}
</style>
border-color css
<style>
span { border-color: #C98DC2; }
span { border-color: rgb(201,141,194); }
td.TdClassName
{
border-color: #C98DC2;
}
.TagClassName
{
border-color: #C98DC2;
}
</style>