Shades of Lily #C787AC
Tints of Lily #C787AC
RGB
CMYK
RGB Variations
Color information
#C787AC (or 0xC787AC) is known color: Lily. HEX triplet: C7, 87 and AC. RGB value is (199,135,172). Sum of RGB (Red+Green+Blue) = 199+135+172=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C787AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C787AC is #387853. Grayscale: #9E9E9E. Windows color (decimal): -3700820 or 11306951. OLE color: 11306951.
HSL color Cylindrical-coordinate representation of color #C787AC: hue angle of 325.31º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C787AC is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 135 | 172 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.22 |
| HSL | 325.31º | 0.36% | 0.65% | - |
| HSV(B) | 325.31º | 0.32% | 0.78% | - |
| XYZ | 39.66 | 32.45 | 43.2 | - |
| YUV | 158.35 | 135.7 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 135 | 172 | 0 | 0.32 | 0.14 | 0.22 | 325.31 | 0.36 | 0.65 |
| Hex | C7 | 87 | AC | 0 | 20 | E | 16 | 145 | 24 | 41 |
| Octal | 307 | 207 | 254 | 0 | 40 | 16 | 26 | 505 | 44 | 101 |
| Binary | 11000111 | 10000111 | 10101100 | 0 | 100000 | 1110 | 10110 | 101000101 | 100100 | 1000001 |
Color Harmonies of #C787AC
Complementary color
Monochromatic Colors of #C787AC
Black with #C787AC
Text Example
Text Example
White with #C787AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C787AC; }
p { color: rgb(199,135,172); }
H1.HeaderClassName
{
color: #C787AC;
}
.AnyTagClassName
{
color: #C787AC;
}
</style>
background-color css
<style>
a { background-color: #C787AC; }
a { background-color: rgb(199,135,172); }
div.DivClassName
{
background-color: #C787AC;
}
.BgClassName
{
background-color: #C787AC;
}
</style>
border-color css
<style>
span { border-color: #C787AC; }
span { border-color: rgb(199,135,172); }
td.TdClassName
{
border-color: #C787AC;
}
.TagClassName
{
border-color: #C787AC;
}
</style>