Shades of Lily #C786B5
Tints of Lily #C786B5
RGB
CMYK
RGB Variations
Color information
#C786B5 (or 0xC786B5) is known color: Lily. HEX triplet: C7, 86 and B5. RGB value is (199,134,181). Sum of RGB (Red+Green+Blue) = 199+134+181=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 199 - color contains mainly: red. Hex color #C786B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C786B5 is #38794A. Grayscale: #9E9E9E. Windows color (decimal): -3701067 or 11896519. OLE color: 11896519.
HSL color Cylindrical-coordinate representation of color #C786B5: hue angle of 316.62º 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 #C786B5 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 134 | 181 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.22 |
| HSL | 316.62º | 0.37% | 0.65% | - |
| HSV(B) | 316.62º | 0.33% | 0.78% | - |
| XYZ | 40.42 | 32.53 | 47.86 | - |
| YUV | 158.79 | 140.53 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 134 | 181 | 0 | 0.33 | 0.09 | 0.22 | 316.62 | 0.37 | 0.65 |
| Hex | C7 | 86 | B5 | 0 | 21 | 9 | 16 | 13D | 25 | 41 |
| Octal | 307 | 206 | 265 | 0 | 41 | 11 | 26 | 475 | 45 | 101 |
| Binary | 11000111 | 10000110 | 10110101 | 0 | 100001 | 1001 | 10110 | 100111101 | 100101 | 1000001 |
Color Harmonies of #C786B5
Complementary color
Monochromatic Colors of #C786B5
Black with #C786B5
Text Example
Text Example
White with #C786B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C786B5; }
p { color: rgb(199,134,181); }
H1.HeaderClassName
{
color: #C786B5;
}
.AnyTagClassName
{
color: #C786B5;
}
</style>
background-color css
<style>
a { background-color: #C786B5; }
a { background-color: rgb(199,134,181); }
div.DivClassName
{
background-color: #C786B5;
}
.BgClassName
{
background-color: #C786B5;
}
</style>
border-color css
<style>
span { border-color: #C786B5; }
span { border-color: rgb(199,134,181); }
td.TdClassName
{
border-color: #C786B5;
}
.TagClassName
{
border-color: #C786B5;
}
</style>