Shades of Lily #C782AF
Tints of Lily #C782AF
RGB
CMYK
RGB Variations
Color information
#C782AF (or 0xC782AF) is known color: Lily. HEX triplet: C7, 82 and AF. RGB value is (199,130,175). Sum of RGB (Red+Green+Blue) = 199+130+175=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 199 - color contains mainly: red. Hex color #C782AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C782AF is #387D50. Grayscale: #9B9B9B. Windows color (decimal): -3702097 or 11502279. OLE color: 11502279.
HSL color Cylindrical-coordinate representation of color #C782AF: hue angle of 320.87º 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 #C782AF is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 175 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.22 |
| HSL | 320.87º | 0.38% | 0.65% | - |
| HSV(B) | 320.87º | 0.35% | 0.78% | - |
| XYZ | 39.27 | 31.2 | 44.51 | - |
| YUV | 155.76 | 138.86 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 175 | 0 | 0.35 | 0.12 | 0.22 | 320.87 | 0.38 | 0.65 |
| Hex | C7 | 82 | AF | 0 | 23 | C | 16 | 141 | 26 | 41 |
| Octal | 307 | 202 | 257 | 0 | 43 | 14 | 26 | 501 | 46 | 101 |
| Binary | 11000111 | 10000010 | 10101111 | 0 | 100011 | 1100 | 10110 | 101000001 | 100110 | 1000001 |
Color Harmonies of #C782AF
Complementary color
Monochromatic Colors of #C782AF
Black with #C782AF
Text Example
Text Example
White with #C782AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C782AF; }
p { color: rgb(199,130,175); }
H1.HeaderClassName
{
color: #C782AF;
}
.AnyTagClassName
{
color: #C782AF;
}
</style>
background-color css
<style>
a { background-color: #C782AF; }
a { background-color: rgb(199,130,175); }
div.DivClassName
{
background-color: #C782AF;
}
.BgClassName
{
background-color: #C782AF;
}
</style>
border-color css
<style>
span { border-color: #C782AF; }
span { border-color: rgb(199,130,175); }
td.TdClassName
{
border-color: #C782AF;
}
.TagClassName
{
border-color: #C782AF;
}
</style>