Shades of Lily #C98FBC
Tints of Lily #C98FBC
RGB
CMYK
RGB Variations
Color information
#C98FBC (or 0xC98FBC) is known color: Lily. HEX triplet: C9, 8F and BC. RGB value is (201,143,188). Sum of RGB (Red+Green+Blue) = 201+143+188=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 201 - color contains mainly: red. Hex color #C98FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98FBC is #367043. Grayscale: #A5A5A5. Windows color (decimal): -3567684 or 12357577. OLE color: 12357577.
HSL color Cylindrical-coordinate representation of color #C98FBC: hue angle of 313.45º 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 #C98FBC is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 143 | 188 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.21 |
| HSL | 313.45º | 0.35% | 0.67% | - |
| HSV(B) | 313.45º | 0.29% | 0.79% | - |
| XYZ | 42.99 | 35.69 | 52.2 | - |
| YUV | 165.47 | 140.72 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 188 | 0 | 0.29 | 0.06 | 0.21 | 313.45 | 0.35 | 0.67 |
| Hex | C9 | 8F | BC | 0 | 1D | 6 | 15 | 139 | 23 | 43 |
| Octal | 311 | 217 | 274 | 0 | 35 | 6 | 25 | 471 | 43 | 103 |
| Binary | 11001001 | 10001111 | 10111100 | 0 | 11101 | 110 | 10101 | 100111001 | 100011 | 1000011 |
Color Harmonies of #C98FBC
Complementary color
Monochromatic Colors of #C98FBC
Black with #C98FBC
Text Example
Text Example
White with #C98FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98FBC; }
p { color: rgb(201,143,188); }
H1.HeaderClassName
{
color: #C98FBC;
}
.AnyTagClassName
{
color: #C98FBC;
}
</style>
background-color css
<style>
a { background-color: #C98FBC; }
a { background-color: rgb(201,143,188); }
div.DivClassName
{
background-color: #C98FBC;
}
.BgClassName
{
background-color: #C98FBC;
}
</style>
border-color css
<style>
span { border-color: #C98FBC; }
span { border-color: rgb(201,143,188); }
td.TdClassName
{
border-color: #C98FBC;
}
.TagClassName
{
border-color: #C98FBC;
}
</style>