Shades of Lily #C98CBC
Tints of Lily #C98CBC
RGB
CMYK
RGB Variations
Color information
#C98CBC (or 0xC98CBC) is known color: Lily. HEX triplet: C9, 8C and BC. RGB value is (201,140,188). Sum of RGB (Red+Green+Blue) = 201+140+188=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 201 - color contains mainly: red. Hex color #C98CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98CBC is #367343. Grayscale: #A3A3A3. Windows color (decimal): -3568452 or 12356809. OLE color: 12356809.
HSL color Cylindrical-coordinate representation of color #C98CBC: hue angle of 312.79º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C98CBC is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 140 | 188 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.21 |
| HSL | 312.79º | 0.36% | 0.67% | - |
| HSV(B) | 312.79º | 0.3% | 0.79% | - |
| XYZ | 42.54 | 34.8 | 52.05 | - |
| YUV | 163.71 | 141.71 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 188 | 0 | 0.30 | 0.06 | 0.21 | 312.79 | 0.36 | 0.67 |
| Hex | C9 | 8C | BC | 0 | 1E | 6 | 15 | 139 | 24 | 43 |
| Octal | 311 | 214 | 274 | 0 | 36 | 6 | 25 | 471 | 44 | 103 |
| Binary | 11001001 | 10001100 | 10111100 | 0 | 11110 | 110 | 10101 | 100111001 | 100100 | 1000011 |
Color Harmonies of #C98CBC
Complementary color
Monochromatic Colors of #C98CBC
Black with #C98CBC
Text Example
Text Example
White with #C98CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98CBC; }
p { color: rgb(201,140,188); }
H1.HeaderClassName
{
color: #C98CBC;
}
.AnyTagClassName
{
color: #C98CBC;
}
</style>
background-color css
<style>
a { background-color: #C98CBC; }
a { background-color: rgb(201,140,188); }
div.DivClassName
{
background-color: #C98CBC;
}
.BgClassName
{
background-color: #C98CBC;
}
</style>
border-color css
<style>
span { border-color: #C98CBC; }
span { border-color: rgb(201,140,188); }
td.TdClassName
{
border-color: #C98CBC;
}
.TagClassName
{
border-color: #C98CBC;
}
</style>