Shades of Lilac #C998CA
Tints of Lilac #C998CA
RGB
CMYK
RGB Variations
Color information
#C998CA (or 0xC998CA) is known color: Lilac. HEX triplet: C9, 98 and CA. RGB value is (201,152,202). Sum of RGB (Red+Green+Blue) = 201+152+202=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #C998CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998CA is #366735. Grayscale: #ACACAC. Windows color (decimal): -3565366 or 13277385. OLE color: 13277385.
HSL color Cylindrical-coordinate representation of color #C998CA: hue angle of 298.8º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C998CA is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 152 | 202 | - |
| CMYK | 0.00 | 0.25 | 0 | 0.21 |
| HSL | 298.8º | 0.32% | 0.69% | - |
| HSV(B) | 298.8º | 0.25% | 0.79% | - |
| XYZ | 45.98 | 39.14 | 61.01 | - |
| YUV | 172.35 | 144.73 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 202 | 0.00 | 0.25 | 0 | 0.21 | 298.8 | 0.32 | 0.69 |
| Hex | C9 | 98 | CA | 0 | 19 | 0 | 15 | 12B | 20 | 45 |
| Octal | 311 | 230 | 312 | 0 | 31 | 0 | 25 | 453 | 40 | 105 |
| Binary | 11001001 | 10011000 | 11001010 | 0 | 11001 | 0 | 10101 | 100101011 | 100000 | 1000101 |
Color Harmonies of #C998CA
Complementary color
Monochromatic Colors of #C998CA
Black with #C998CA
Text Example
Text Example
White with #C998CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C998CA; }
p { color: rgb(201,152,202); }
H1.HeaderClassName
{
color: #C998CA;
}
.AnyTagClassName
{
color: #C998CA;
}
</style>
background-color css
<style>
a { background-color: #C998CA; }
a { background-color: rgb(201,152,202); }
div.DivClassName
{
background-color: #C998CA;
}
.BgClassName
{
background-color: #C998CA;
}
</style>
border-color css
<style>
span { border-color: #C998CA; }
span { border-color: rgb(201,152,202); }
td.TdClassName
{
border-color: #C998CA;
}
.TagClassName
{
border-color: #C998CA;
}
</style>