Shades of Lilac #C98FCF
Tints of Lilac #C98FCF
RGB
CMYK
RGB Variations
Color information
#C98FCF (or 0xC98FCF) is known color: Lilac. HEX triplet: C9, 8F and CF. RGB value is (201,143,207). Sum of RGB (Red+Green+Blue) = 201+143+207=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #C98FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98FCF is #367030. Grayscale: #A7A7A7. Windows color (decimal): -3567665 or 13602761. OLE color: 13602761.
HSL color Cylindrical-coordinate representation of color #C98FCF: hue angle of 294.38º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C98FCF is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 143 | 207 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.19 |
| HSL | 294.38º | 0.4% | 0.69% | - |
| HSV(B) | 294.38º | 0.31% | 0.81% | - |
| XYZ | 45.17 | 36.57 | 63.71 | - |
| YUV | 167.64 | 150.22 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 207 | 0.03 | 0.31 | 0 | 0.19 | 294.38 | 0.4 | 0.69 |
| Hex | C9 | 8F | CF | 3 | 1F | 0 | 13 | 126 | 28 | 45 |
| Octal | 311 | 217 | 317 | 3 | 37 | 0 | 23 | 446 | 50 | 105 |
| Binary | 11001001 | 10001111 | 11001111 | 11 | 11111 | 0 | 10011 | 100100110 | 101000 | 1000101 |
Color Harmonies of #C98FCF
Complementary color
Monochromatic Colors of #C98FCF
Black with #C98FCF
Text Example
Text Example
White with #C98FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98FCF; }
p { color: rgb(201,143,207); }
H1.HeaderClassName
{
color: #C98FCF;
}
.AnyTagClassName
{
color: #C98FCF;
}
</style>
background-color css
<style>
a { background-color: #C98FCF; }
a { background-color: rgb(201,143,207); }
div.DivClassName
{
background-color: #C98FCF;
}
.BgClassName
{
background-color: #C98FCF;
}
</style>
border-color css
<style>
span { border-color: #C98FCF; }
span { border-color: rgb(201,143,207); }
td.TdClassName
{
border-color: #C98FCF;
}
.TagClassName
{
border-color: #C98FCF;
}
</style>