Shades of Lilac #C98DCA
Tints of Lilac #C98DCA
RGB
CMYK
RGB Variations
Color information
#C98DCA (or 0xC98DCA) is known color: Lilac. HEX triplet: C9, 8D and CA. RGB value is (201,141,202). Sum of RGB (Red+Green+Blue) = 201+141+202=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 202 - color contains mainly: blue. Hex color #C98DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DCA is #367235. Grayscale: #A5A5A5. Windows color (decimal): -3568182 or 13274569. OLE color: 13274569.
HSL color Cylindrical-coordinate representation of color #C98DCA: hue angle of 299.02º degrees, saturation: 0.37, 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 #C98DCA is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 141 | 202 | - |
| CMYK | 0.00 | 0.30 | 0 | 0.21 |
| HSL | 299.02º | 0.37% | 0.67% | - |
| HSV(B) | 299.02º | 0.3% | 0.79% | - |
| XYZ | 44.27 | 35.73 | 60.44 | - |
| YUV | 165.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 202 | 0.00 | 0.30 | 0 | 0.21 | 299.02 | 0.37 | 0.67 |
| Hex | C9 | 8D | CA | 0 | 1E | 0 | 15 | 12B | 25 | 43 |
| Octal | 311 | 215 | 312 | 0 | 36 | 0 | 25 | 453 | 45 | 103 |
| Binary | 11001001 | 10001101 | 11001010 | 0 | 11110 | 0 | 10101 | 100101011 | 100101 | 1000011 |
Color Harmonies of #C98DCA
Complementary color
Monochromatic Colors of #C98DCA
Black with #C98DCA
Text Example
Text Example
White with #C98DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98DCA; }
p { color: rgb(201,141,202); }
H1.HeaderClassName
{
color: #C98DCA;
}
.AnyTagClassName
{
color: #C98DCA;
}
</style>
background-color css
<style>
a { background-color: #C98DCA; }
a { background-color: rgb(201,141,202); }
div.DivClassName
{
background-color: #C98DCA;
}
.BgClassName
{
background-color: #C98DCA;
}
</style>
border-color css
<style>
span { border-color: #C98DCA; }
span { border-color: rgb(201,141,202); }
td.TdClassName
{
border-color: #C98DCA;
}
.TagClassName
{
border-color: #C98DCA;
}
</style>