Shades of Lily #C98EBA
Tints of Lily #C98EBA
RGB
CMYK
RGB Variations
Color information
#C98EBA (or 0xC98EBA) is known color: Lily. HEX triplet: C9, 8E and BA. RGB value is (201,142,186). Sum of RGB (Red+Green+Blue) = 201+142+186=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 201 - color contains mainly: red. Hex color #C98EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98EBA is #367145. Grayscale: #A4A4A4. Windows color (decimal): -3567942 or 12226249. OLE color: 12226249.
HSL color Cylindrical-coordinate representation of color #C98EBA: hue angle of 315.25º 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 #C98EBA is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 142 | 186 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.21 |
| HSL | 315.25º | 0.35% | 0.67% | - |
| HSV(B) | 315.25º | 0.29% | 0.79% | - |
| XYZ | 42.62 | 35.31 | 51.02 | - |
| YUV | 164.66 | 140.05 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 186 | 0 | 0.29 | 0.07 | 0.21 | 315.25 | 0.35 | 0.67 |
| Hex | C9 | 8E | BA | 0 | 1D | 7 | 15 | 13B | 23 | 43 |
| Octal | 311 | 216 | 272 | 0 | 35 | 7 | 25 | 473 | 43 | 103 |
| Binary | 11001001 | 10001110 | 10111010 | 0 | 11101 | 111 | 10101 | 100111011 | 100011 | 1000011 |
Color Harmonies of #C98EBA
Complementary color
Monochromatic Colors of #C98EBA
Black with #C98EBA
Text Example
Text Example
White with #C98EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98EBA; }
p { color: rgb(201,142,186); }
H1.HeaderClassName
{
color: #C98EBA;
}
.AnyTagClassName
{
color: #C98EBA;
}
</style>
background-color css
<style>
a { background-color: #C98EBA; }
a { background-color: rgb(201,142,186); }
div.DivClassName
{
background-color: #C98EBA;
}
.BgClassName
{
background-color: #C98EBA;
}
</style>
border-color css
<style>
span { border-color: #C98EBA; }
span { border-color: rgb(201,142,186); }
td.TdClassName
{
border-color: #C98EBA;
}
.TagClassName
{
border-color: #C98EBA;
}
</style>