Shades of Lilac #C98BC2
Tints of Lilac #C98BC2
RGB
CMYK
RGB Variations
Color information
#C98BC2 (or 0xC98BC2) is known color: Lilac. HEX triplet: C9, 8B and C2. RGB value is (201,139,194). Sum of RGB (Red+Green+Blue) = 201+139+194=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 201 - color contains mainly: red. Hex color #C98BC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98BC2 is #36743D. Grayscale: #A3A3A3. Windows color (decimal): -3568702 or 12749769. OLE color: 12749769.
HSL color Cylindrical-coordinate representation of color #C98BC2: hue angle of 306.77º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C98BC2 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 139 | 194 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.21 |
| HSL | 306.77º | 0.36% | 0.67% | - |
| HSV(B) | 306.77º | 0.31% | 0.79% | - |
| XYZ | 43.06 | 34.78 | 55.48 | - |
| YUV | 163.81 | 145.04 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 139 | 194 | 0 | 0.31 | 0.03 | 0.21 | 306.77 | 0.36 | 0.67 |
| Hex | C9 | 8B | C2 | 0 | 1F | 3 | 15 | 133 | 24 | 43 |
| Octal | 311 | 213 | 302 | 0 | 37 | 3 | 25 | 463 | 44 | 103 |
| Binary | 11001001 | 10001011 | 11000010 | 0 | 11111 | 11 | 10101 | 100110011 | 100100 | 1000011 |
Color Harmonies of #C98BC2
Complementary color
Monochromatic Colors of #C98BC2
Black with #C98BC2
Text Example
Text Example
White with #C98BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98BC2; }
p { color: rgb(201,139,194); }
H1.HeaderClassName
{
color: #C98BC2;
}
.AnyTagClassName
{
color: #C98BC2;
}
</style>
background-color css
<style>
a { background-color: #C98BC2; }
a { background-color: rgb(201,139,194); }
div.DivClassName
{
background-color: #C98BC2;
}
.BgClassName
{
background-color: #C98BC2;
}
</style>
border-color css
<style>
span { border-color: #C98BC2; }
span { border-color: rgb(201,139,194); }
td.TdClassName
{
border-color: #C98BC2;
}
.TagClassName
{
border-color: #C98BC2;
}
</style>