Shades of Lilac #C98FCC
Tints of Lilac #C98FCC
RGB
CMYK
RGB Variations
Color information
#C98FCC (or 0xC98FCC) is known color: Lilac. HEX triplet: C9, 8F and CC. RGB value is (201,143,204). Sum of RGB (Red+Green+Blue) = 201+143+204=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #C98FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98FCC is #367033. Grayscale: #A7A7A7. Windows color (decimal): -3567668 or 13406153. OLE color: 13406153.
HSL color Cylindrical-coordinate representation of color #C98FCC: hue angle of 297.05º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C98FCC is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 143 | 204 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.2 |
| HSL | 297.05º | 0.37% | 0.68% | - |
| HSV(B) | 297.05º | 0.3% | 0.8% | - |
| XYZ | 44.81 | 36.42 | 61.8 | - |
| YUV | 167.3 | 148.72 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 204 | 0.01 | 0.30 | 0 | 0.2 | 297.05 | 0.37 | 0.68 |
| Hex | C9 | 8F | CC | 1 | 1E | 0 | 14 | 129 | 25 | 44 |
| Octal | 311 | 217 | 314 | 1 | 36 | 0 | 24 | 451 | 45 | 104 |
| Binary | 11001001 | 10001111 | 11001100 | 1 | 11110 | 0 | 10100 | 100101001 | 100101 | 1000100 |
Color Harmonies of #C98FCC
Complementary color
Monochromatic Colors of #C98FCC
Black with #C98FCC
Text Example
Text Example
White with #C98FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98FCC; }
p { color: rgb(201,143,204); }
H1.HeaderClassName
{
color: #C98FCC;
}
.AnyTagClassName
{
color: #C98FCC;
}
</style>
background-color css
<style>
a { background-color: #C98FCC; }
a { background-color: rgb(201,143,204); }
div.DivClassName
{
background-color: #C98FCC;
}
.BgClassName
{
background-color: #C98FCC;
}
</style>
border-color css
<style>
span { border-color: #C98FCC; }
span { border-color: rgb(201,143,204); }
td.TdClassName
{
border-color: #C98FCC;
}
.TagClassName
{
border-color: #C98FCC;
}
</style>