Shades of Lily #C786B7
Tints of Lily #C786B7
RGB
CMYK
RGB Variations
Color information
#C786B7 (or 0xC786B7) is known color: Lily. HEX triplet: C7, 86 and B7. RGB value is (199,134,183). Sum of RGB (Red+Green+Blue) = 199+134+183=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 183 (71.88% from 255 or 35.47% from 516); Max value from RGB is 199 - color contains mainly: red. Hex color #C786B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C786B7 is #387948. Grayscale: #9E9E9E. Windows color (decimal): -3701065 or 12027591. OLE color: 12027591.
HSL color Cylindrical-coordinate representation of color #C786B7: hue angle of 314.77º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C786B7 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 134 | 183 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.22 |
| HSL | 314.77º | 0.37% | 0.65% | - |
| HSV(B) | 314.77º | 0.33% | 0.78% | - |
| XYZ | 40.63 | 32.61 | 48.95 | - |
| YUV | 159.02 | 141.53 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 134 | 183 | 0 | 0.33 | 0.08 | 0.22 | 314.77 | 0.37 | 0.65 |
| Hex | C7 | 86 | B7 | 0 | 21 | 8 | 16 | 13B | 25 | 41 |
| Octal | 307 | 206 | 267 | 0 | 41 | 10 | 26 | 473 | 45 | 101 |
| Binary | 11000111 | 10000110 | 10110111 | 0 | 100001 | 1000 | 10110 | 100111011 | 100101 | 1000001 |
Color Harmonies of #C786B7
Complementary color
Monochromatic Colors of #C786B7
Black with #C786B7
Text Example
Text Example
White with #C786B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C786B7; }
p { color: rgb(199,134,183); }
H1.HeaderClassName
{
color: #C786B7;
}
.AnyTagClassName
{
color: #C786B7;
}
</style>
background-color css
<style>
a { background-color: #C786B7; }
a { background-color: rgb(199,134,183); }
div.DivClassName
{
background-color: #C786B7;
}
.BgClassName
{
background-color: #C786B7;
}
</style>
border-color css
<style>
span { border-color: #C786B7; }
span { border-color: rgb(199,134,183); }
td.TdClassName
{
border-color: #C786B7;
}
.TagClassName
{
border-color: #C786B7;
}
</style>