Shades of Lily #C782AD
Tints of Lily #C782AD
RGB
CMYK
RGB Variations
Color information
#C782AD (or 0xC782AD) is known color: Lily. HEX triplet: C7, 82 and AD. RGB value is (199,130,173). Sum of RGB (Red+Green+Blue) = 199+130+173=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 199 - color contains mainly: red. Hex color #C782AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C782AD is #387D52. Grayscale: #9B9B9B. Windows color (decimal): -3702099 or 11371207. OLE color: 11371207.
HSL color Cylindrical-coordinate representation of color #C782AD: hue angle of 322.61º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C782AD is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 173 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.22 |
| HSL | 322.61º | 0.38% | 0.65% | - |
| HSV(B) | 322.61º | 0.35% | 0.78% | - |
| XYZ | 39.08 | 31.12 | 43.48 | - |
| YUV | 155.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 173 | 0 | 0.35 | 0.13 | 0.22 | 322.61 | 0.38 | 0.65 |
| Hex | C7 | 82 | AD | 0 | 23 | D | 16 | 143 | 26 | 41 |
| Octal | 307 | 202 | 255 | 0 | 43 | 15 | 26 | 503 | 46 | 101 |
| Binary | 11000111 | 10000010 | 10101101 | 0 | 100011 | 1101 | 10110 | 101000011 | 100110 | 1000001 |
Color Harmonies of #C782AD
Complementary color
Monochromatic Colors of #C782AD
Black with #C782AD
Text Example
Text Example
White with #C782AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C782AD; }
p { color: rgb(199,130,173); }
H1.HeaderClassName
{
color: #C782AD;
}
.AnyTagClassName
{
color: #C782AD;
}
</style>
background-color css
<style>
a { background-color: #C782AD; }
a { background-color: rgb(199,130,173); }
div.DivClassName
{
background-color: #C782AD;
}
.BgClassName
{
background-color: #C782AD;
}
</style>
border-color css
<style>
span { border-color: #C782AD; }
span { border-color: rgb(199,130,173); }
td.TdClassName
{
border-color: #C782AD;
}
.TagClassName
{
border-color: #C782AD;
}
</style>