Shades of Lily #C98EBC
Tints of Lily #C98EBC
RGB
CMYK
RGB Variations
Color information
#C98EBC (or 0xC98EBC) is known color: Lily. HEX triplet: C9, 8E and BC. RGB value is (201,142,188). Sum of RGB (Red+Green+Blue) = 201+142+188=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C98EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98EBC is #367143. Grayscale: #A4A4A4. Windows color (decimal): -3567940 or 12357321. OLE color: 12357321.
HSL color Cylindrical-coordinate representation of color #C98EBC: hue angle of 313.22º 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 #C98EBC is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 142 | 188 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.21 |
| HSL | 313.22º | 0.35% | 0.67% | - |
| HSV(B) | 313.22º | 0.29% | 0.79% | - |
| XYZ | 42.84 | 35.39 | 52.15 | - |
| YUV | 164.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 188 | 0 | 0.29 | 0.06 | 0.21 | 313.22 | 0.35 | 0.67 |
| Hex | C9 | 8E | BC | 0 | 1D | 6 | 15 | 139 | 23 | 43 |
| Octal | 311 | 216 | 274 | 0 | 35 | 6 | 25 | 471 | 43 | 103 |
| Binary | 11001001 | 10001110 | 10111100 | 0 | 11101 | 110 | 10101 | 100111001 | 100011 | 1000011 |
Color Harmonies of #C98EBC
Complementary color
Monochromatic Colors of #C98EBC
Black with #C98EBC
Text Example
Text Example
White with #C98EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98EBC; }
p { color: rgb(201,142,188); }
H1.HeaderClassName
{
color: #C98EBC;
}
.AnyTagClassName
{
color: #C98EBC;
}
</style>
background-color css
<style>
a { background-color: #C98EBC; }
a { background-color: rgb(201,142,188); }
div.DivClassName
{
background-color: #C98EBC;
}
.BgClassName
{
background-color: #C98EBC;
}
</style>
border-color css
<style>
span { border-color: #C98EBC; }
span { border-color: rgb(201,142,188); }
td.TdClassName
{
border-color: #C98EBC;
}
.TagClassName
{
border-color: #C98EBC;
}
</style>