Shades of Lilac #C98FBE
Tints of Lilac #C98FBE
RGB
CMYK
RGB Variations
Color information
#C98FBE (or 0xC98FBE) is known color: Lilac. HEX triplet: C9, 8F and BE. RGB value is (201,143,190). Sum of RGB (Red+Green+Blue) = 201+143+190=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 201 - color contains mainly: red. Hex color #C98FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98FBE is #367041. Grayscale: #A5A5A5. Windows color (decimal): -3567682 or 12488649. OLE color: 12488649.
HSL color Cylindrical-coordinate representation of color #C98FBE: hue angle of 311.38º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C98FBE is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 143 | 190 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.21 |
| HSL | 311.38º | 0.35% | 0.67% | - |
| HSV(B) | 311.38º | 0.29% | 0.79% | - |
| XYZ | 43.2 | 35.78 | 53.34 | - |
| YUV | 165.7 | 141.72 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 190 | 0 | 0.29 | 0.05 | 0.21 | 311.38 | 0.35 | 0.67 |
| Hex | C9 | 8F | BE | 0 | 1D | 5 | 15 | 137 | 23 | 43 |
| Octal | 311 | 217 | 276 | 0 | 35 | 5 | 25 | 467 | 43 | 103 |
| Binary | 11001001 | 10001111 | 10111110 | 0 | 11101 | 101 | 10101 | 100110111 | 100011 | 1000011 |
Color Harmonies of #C98FBE
Complementary color
Monochromatic Colors of #C98FBE
Black with #C98FBE
Text Example
Text Example
White with #C98FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98FBE; }
p { color: rgb(201,143,190); }
H1.HeaderClassName
{
color: #C98FBE;
}
.AnyTagClassName
{
color: #C98FBE;
}
</style>
background-color css
<style>
a { background-color: #C98FBE; }
a { background-color: rgb(201,143,190); }
div.DivClassName
{
background-color: #C98FBE;
}
.BgClassName
{
background-color: #C98FBE;
}
</style>
border-color css
<style>
span { border-color: #C98FBE; }
span { border-color: rgb(201,143,190); }
td.TdClassName
{
border-color: #C98FBE;
}
.TagClassName
{
border-color: #C98FBE;
}
</style>