Shades of Lily #C98BBB
Tints of Lily #C98BBB
RGB
CMYK
RGB Variations
Color information
#C98BBB (or 0xC98BBB) is known color: Lily. HEX triplet: C9, 8B and BB. RGB value is (201,139,187). Sum of RGB (Red+Green+Blue) = 201+139+187=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 201 - color contains mainly: red. Hex color #C98BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98BBB is #367444. Grayscale: #A2A2A2. Windows color (decimal): -3568709 or 12291017. OLE color: 12291017.
HSL color Cylindrical-coordinate representation of color #C98BBB: hue angle of 313.55º 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 #C98BBB is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 139 | 187 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.21 |
| HSL | 313.55º | 0.36% | 0.67% | - |
| HSV(B) | 313.55º | 0.31% | 0.79% | - |
| XYZ | 42.29 | 34.47 | 51.44 | - |
| YUV | 163.01 | 141.54 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 139 | 187 | 0 | 0.31 | 0.07 | 0.21 | 313.55 | 0.36 | 0.67 |
| Hex | C9 | 8B | BB | 0 | 1F | 7 | 15 | 13A | 24 | 43 |
| Octal | 311 | 213 | 273 | 0 | 37 | 7 | 25 | 472 | 44 | 103 |
| Binary | 11001001 | 10001011 | 10111011 | 0 | 11111 | 111 | 10101 | 100111010 | 100100 | 1000011 |
Color Harmonies of #C98BBB
Complementary color
Monochromatic Colors of #C98BBB
Black with #C98BBB
Text Example
Text Example
White with #C98BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98BBB; }
p { color: rgb(201,139,187); }
H1.HeaderClassName
{
color: #C98BBB;
}
.AnyTagClassName
{
color: #C98BBB;
}
</style>
background-color css
<style>
a { background-color: #C98BBB; }
a { background-color: rgb(201,139,187); }
div.DivClassName
{
background-color: #C98BBB;
}
.BgClassName
{
background-color: #C98BBB;
}
</style>
border-color css
<style>
span { border-color: #C98BBB; }
span { border-color: rgb(201,139,187); }
td.TdClassName
{
border-color: #C98BBB;
}
.TagClassName
{
border-color: #C98BBB;
}
</style>