Shades of Lilac #C98DCC
Tints of Lilac #C98DCC
RGB
CMYK
RGB Variations
Color information
#C98DCC (or 0xC98DCC) is known color: Lilac. HEX triplet: C9, 8D and CC. RGB value is (201,141,204). Sum of RGB (Red+Green+Blue) = 201+141+204=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #C98DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DCC is #367233. Grayscale: #A5A5A5. Windows color (decimal): -3568180 or 13405641. OLE color: 13405641.
HSL color Cylindrical-coordinate representation of color #C98DCC: hue angle of 297.14º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C98DCC is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 141 | 204 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.2 |
| HSL | 297.14º | 0.38% | 0.68% | - |
| HSV(B) | 297.14º | 0.31% | 0.8% | - |
| XYZ | 44.51 | 35.83 | 61.7 | - |
| YUV | 166.12 | 149.38 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 204 | 0.01 | 0.31 | 0 | 0.2 | 297.14 | 0.38 | 0.68 |
| Hex | C9 | 8D | CC | 1 | 1F | 0 | 14 | 129 | 26 | 44 |
| Octal | 311 | 215 | 314 | 1 | 37 | 0 | 24 | 451 | 46 | 104 |
| Binary | 11001001 | 10001101 | 11001100 | 1 | 11111 | 0 | 10100 | 100101001 | 100110 | 1000100 |
Color Harmonies of #C98DCC
Complementary color
Monochromatic Colors of #C98DCC
Black with #C98DCC
Text Example
Text Example
White with #C98DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98DCC; }
p { color: rgb(201,141,204); }
H1.HeaderClassName
{
color: #C98DCC;
}
.AnyTagClassName
{
color: #C98DCC;
}
</style>
background-color css
<style>
a { background-color: #C98DCC; }
a { background-color: rgb(201,141,204); }
div.DivClassName
{
background-color: #C98DCC;
}
.BgClassName
{
background-color: #C98DCC;
}
</style>
border-color css
<style>
span { border-color: #C98DCC; }
span { border-color: rgb(201,141,204); }
td.TdClassName
{
border-color: #C98DCC;
}
.TagClassName
{
border-color: #C98DCC;
}
</style>