Shades of Lily #C98FB7
Tints of Lily #C98FB7
RGB
CMYK
RGB Variations
Color information
#C98FB7 (or 0xC98FB7) is known color: Lily. HEX triplet: C9, 8F and B7. RGB value is (201,143,183). Sum of RGB (Red+Green+Blue) = 201+143+183=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 183 (71.88% from 255 or 34.72% from 527); Max value from RGB is 201 - color contains mainly: red. Hex color #C98FB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98FB7 is #367048. Grayscale: #A4A4A4. Windows color (decimal): -3567689 or 12029897. OLE color: 12029897.
HSL color Cylindrical-coordinate representation of color #C98FB7: hue angle of 318.62º 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 #C98FB7 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 143 | 183 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.21 |
| HSL | 318.62º | 0.35% | 0.67% | - |
| HSV(B) | 318.62º | 0.29% | 0.79% | - |
| XYZ | 42.46 | 35.48 | 49.41 | - |
| YUV | 164.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 183 | 0 | 0.29 | 0.09 | 0.21 | 318.62 | 0.35 | 0.67 |
| Hex | C9 | 8F | B7 | 0 | 1D | 9 | 15 | 13F | 23 | 43 |
| Octal | 311 | 217 | 267 | 0 | 35 | 11 | 25 | 477 | 43 | 103 |
| Binary | 11001001 | 10001111 | 10110111 | 0 | 11101 | 1001 | 10101 | 100111111 | 100011 | 1000011 |
Color Harmonies of #C98FB7
Complementary color
Monochromatic Colors of #C98FB7
Black with #C98FB7
Text Example
Text Example
White with #C98FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98FB7; }
p { color: rgb(201,143,183); }
H1.HeaderClassName
{
color: #C98FB7;
}
.AnyTagClassName
{
color: #C98FB7;
}
</style>
background-color css
<style>
a { background-color: #C98FB7; }
a { background-color: rgb(201,143,183); }
div.DivClassName
{
background-color: #C98FB7;
}
.BgClassName
{
background-color: #C98FB7;
}
</style>
border-color css
<style>
span { border-color: #C98FB7; }
span { border-color: rgb(201,143,183); }
td.TdClassName
{
border-color: #C98FB7;
}
.TagClassName
{
border-color: #C98FB7;
}
</style>