Shades of Lily #C781AF
Tints of Lily #C781AF
RGB
CMYK
RGB Variations
Color information
#C781AF (or 0xC781AF) is known color: Lily. HEX triplet: C7, 81 and AF. RGB value is (199,129,175). Sum of RGB (Red+Green+Blue) = 199+129+175=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 199 - color contains mainly: red. Hex color #C781AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C781AF is #387E50. Grayscale: #9B9B9B. Windows color (decimal): -3702353 or 11502023. OLE color: 11502023.
HSL color Cylindrical-coordinate representation of color #C781AF: hue angle of 320.57º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C781AF is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 129 | 175 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.22 |
| HSL | 320.57º | 0.38% | 0.64% | - |
| HSV(B) | 320.57º | 0.35% | 0.78% | - |
| XYZ | 39.14 | 30.94 | 44.47 | - |
| YUV | 155.17 | 139.19 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 129 | 175 | 0 | 0.35 | 0.12 | 0.22 | 320.57 | 0.38 | 0.64 |
| Hex | C7 | 81 | AF | 0 | 23 | C | 16 | 141 | 26 | 40 |
| Octal | 307 | 201 | 257 | 0 | 43 | 14 | 26 | 501 | 46 | 100 |
| Binary | 11000111 | 10000001 | 10101111 | 0 | 100011 | 1100 | 10110 | 101000001 | 100110 | 1000000 |
Color Harmonies of #C781AF
Complementary color
Monochromatic Colors of #C781AF
Black with #C781AF
Text Example
Text Example
White with #C781AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C781AF; }
p { color: rgb(199,129,175); }
H1.HeaderClassName
{
color: #C781AF;
}
.AnyTagClassName
{
color: #C781AF;
}
</style>
background-color css
<style>
a { background-color: #C781AF; }
a { background-color: rgb(199,129,175); }
div.DivClassName
{
background-color: #C781AF;
}
.BgClassName
{
background-color: #C781AF;
}
</style>
border-color css
<style>
span { border-color: #C781AF; }
span { border-color: rgb(199,129,175); }
td.TdClassName
{
border-color: #C781AF;
}
.TagClassName
{
border-color: #C781AF;
}
</style>