Shades of Lily #C983B7
Tints of Lily #C983B7
RGB
CMYK
RGB Variations
Color information
#C983B7 (or 0xC983B7) is known color: Lily. HEX triplet: C9, 83 and B7. RGB value is (201,131,183). Sum of RGB (Red+Green+Blue) = 201+131+183=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 183 (71.88% from 255 or 35.53% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C983B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C983B7 is #367C48. Grayscale: #9D9D9D. Windows color (decimal): -3570761 or 12026825. OLE color: 12026825.
HSL color Cylindrical-coordinate representation of color #C983B7: hue angle of 315.43º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C983B7 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 131 | 183 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.21 |
| HSL | 315.43º | 0.39% | 0.65% | - |
| HSV(B) | 315.43º | 0.35% | 0.79% | - |
| XYZ | 40.75 | 32.07 | 48.84 | - |
| YUV | 157.86 | 142.19 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 131 | 183 | 0 | 0.35 | 0.09 | 0.21 | 315.43 | 0.39 | 0.65 |
| Hex | C9 | 83 | B7 | 0 | 23 | 9 | 15 | 13B | 27 | 41 |
| Octal | 311 | 203 | 267 | 0 | 43 | 11 | 25 | 473 | 47 | 101 |
| Binary | 11001001 | 10000011 | 10110111 | 0 | 100011 | 1001 | 10101 | 100111011 | 100111 | 1000001 |
Color Harmonies of #C983B7
Complementary color
Monochromatic Colors of #C983B7
Black with #C983B7
Text Example
Text Example
White with #C983B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C983B7; }
p { color: rgb(201,131,183); }
H1.HeaderClassName
{
color: #C983B7;
}
.AnyTagClassName
{
color: #C983B7;
}
</style>
background-color css
<style>
a { background-color: #C983B7; }
a { background-color: rgb(201,131,183); }
div.DivClassName
{
background-color: #C983B7;
}
.BgClassName
{
background-color: #C983B7;
}
</style>
border-color css
<style>
span { border-color: #C983B7; }
span { border-color: rgb(201,131,183); }
td.TdClassName
{
border-color: #C983B7;
}
.TagClassName
{
border-color: #C983B7;
}
</style>