Shades of Lilac #C98CC1
Tints of Lilac #C98CC1
RGB
CMYK
RGB Variations
Color information
#C98CC1 (or 0xC98CC1) is known color: Lilac. HEX triplet: C9, 8C and C1. RGB value is (201,140,193). Sum of RGB (Red+Green+Blue) = 201+140+193=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 201 - color contains mainly: red. Hex color #C98CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98CC1 is #36733E. Grayscale: #A4A4A4. Windows color (decimal): -3568447 or 12684489. OLE color: 12684489.
HSL color Cylindrical-coordinate representation of color #C98CC1: hue angle of 307.87º degrees, saturation: 0.36, 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 #C98CC1 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 140 | 193 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.21 |
| HSL | 307.87º | 0.36% | 0.67% | - |
| HSV(B) | 307.87º | 0.3% | 0.79% | - |
| XYZ | 43.09 | 35.02 | 54.94 | - |
| YUV | 164.28 | 144.21 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 193 | 0 | 0.30 | 0.04 | 0.21 | 307.87 | 0.36 | 0.67 |
| Hex | C9 | 8C | C1 | 0 | 1E | 4 | 15 | 134 | 24 | 43 |
| Octal | 311 | 214 | 301 | 0 | 36 | 4 | 25 | 464 | 44 | 103 |
| Binary | 11001001 | 10001100 | 11000001 | 0 | 11110 | 100 | 10101 | 100110100 | 100100 | 1000011 |
Color Harmonies of #C98CC1
Complementary color
Monochromatic Colors of #C98CC1
Black with #C98CC1
Text Example
Text Example
White with #C98CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98CC1; }
p { color: rgb(201,140,193); }
H1.HeaderClassName
{
color: #C98CC1;
}
.AnyTagClassName
{
color: #C98CC1;
}
</style>
background-color css
<style>
a { background-color: #C98CC1; }
a { background-color: rgb(201,140,193); }
div.DivClassName
{
background-color: #C98CC1;
}
.BgClassName
{
background-color: #C98CC1;
}
</style>
border-color css
<style>
span { border-color: #C98CC1; }
span { border-color: rgb(201,140,193); }
td.TdClassName
{
border-color: #C98CC1;
}
.TagClassName
{
border-color: #C98CC1;
}
</style>