Shades of Lily #C47FAD
Tints of Lily #C47FAD
RGB
CMYK
RGB Variations
Color information
#C47FAD (or 0xC47FAD) is known color: Lily. HEX triplet: C4, 7F and AD. RGB value is (196,127,173). Sum of RGB (Red+Green+Blue) = 196+127+173=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C47FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47FAD is #3B8052. Grayscale: #989898. Windows color (decimal): -3899475 or 11370436. OLE color: 11370436.
HSL color Cylindrical-coordinate representation of color #C47FAD: hue angle of 320º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C47FAD is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 127 | 173 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.23 |
| HSL | 320º | 0.37% | 0.63% | - |
| HSV(B) | 320º | 0.35% | 0.77% | - |
| XYZ | 37.9 | 29.93 | 43.32 | - |
| YUV | 152.88 | 139.36 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 127 | 173 | 0 | 0.35 | 0.12 | 0.23 | 320 | 0.37 | 0.63 |
| Hex | C4 | 7F | AD | 0 | 23 | C | 17 | 140 | 25 | 3F |
| Octal | 304 | 177 | 255 | 0 | 43 | 14 | 27 | 500 | 45 | 77 |
| Binary | 11000100 | 1111111 | 10101101 | 0 | 100011 | 1100 | 10111 | 101000000 | 100101 | 111111 |
Color Harmonies of #C47FAD
Complementary color
Monochromatic Colors of #C47FAD
Black with #C47FAD
Text Example
Text Example
White with #C47FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47FAD; }
p { color: rgb(196,127,173); }
H1.HeaderClassName
{
color: #C47FAD;
}
.AnyTagClassName
{
color: #C47FAD;
}
</style>
background-color css
<style>
a { background-color: #C47FAD; }
a { background-color: rgb(196,127,173); }
div.DivClassName
{
background-color: #C47FAD;
}
.BgClassName
{
background-color: #C47FAD;
}
</style>
border-color css
<style>
span { border-color: #C47FAD; }
span { border-color: rgb(196,127,173); }
td.TdClassName
{
border-color: #C47FAD;
}
.TagClassName
{
border-color: #C47FAD;
}
</style>