Shades of Lilac #C98FCA
Tints of Lilac #C98FCA
RGB
CMYK
RGB Variations
Color information
#C98FCA (or 0xC98FCA) is known color: Lilac. HEX triplet: C9, 8F and CA. RGB value is (201,143,202). Sum of RGB (Red+Green+Blue) = 201+143+202=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: blue. Hex color #C98FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98FCA is #367035. Grayscale: #A6A6A6. Windows color (decimal): -3567670 or 13275081. OLE color: 13275081.
HSL color Cylindrical-coordinate representation of color #C98FCA: hue angle of 298.98º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C98FCA is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 143 | 202 | - |
| CMYK | 0.00 | 0.29 | 0 | 0.21 |
| HSL | 298.98º | 0.36% | 0.68% | - |
| HSV(B) | 298.98º | 0.29% | 0.79% | - |
| XYZ | 44.57 | 36.33 | 60.54 | - |
| YUV | 167.07 | 147.72 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 202 | 0.00 | 0.29 | 0 | 0.21 | 298.98 | 0.36 | 0.68 |
| Hex | C9 | 8F | CA | 0 | 1D | 0 | 15 | 12B | 24 | 44 |
| Octal | 311 | 217 | 312 | 0 | 35 | 0 | 25 | 453 | 44 | 104 |
| Binary | 11001001 | 10001111 | 11001010 | 0 | 11101 | 0 | 10101 | 100101011 | 100100 | 1000100 |
Color Harmonies of #C98FCA
Complementary color
Monochromatic Colors of #C98FCA
Black with #C98FCA
Text Example
Text Example
White with #C98FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98FCA; }
p { color: rgb(201,143,202); }
H1.HeaderClassName
{
color: #C98FCA;
}
.AnyTagClassName
{
color: #C98FCA;
}
</style>
background-color css
<style>
a { background-color: #C98FCA; }
a { background-color: rgb(201,143,202); }
div.DivClassName
{
background-color: #C98FCA;
}
.BgClassName
{
background-color: #C98FCA;
}
</style>
border-color css
<style>
span { border-color: #C98FCA; }
span { border-color: rgb(201,143,202); }
td.TdClassName
{
border-color: #C98FCA;
}
.TagClassName
{
border-color: #C98FCA;
}
</style>