Shades of Medium Orchid #AD56DF
Tints of Medium Orchid #AD56DF
RGB
CMYK
RGB Variations
Color information
#AD56DF (or 0xAD56DF) is known color: Medium Orchid. HEX triplet: AD, 56 and DF. RGB value is (173,86,223). Sum of RGB (Red+Green+Blue) = 173+86+223=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD56DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD56DF is #52A920. Grayscale: #7F7F7F. Windows color (decimal): -5417249 or 14636717. OLE color: 14636717.
HSL color Cylindrical-coordinate representation of color #AD56DF: hue angle of 278.1º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD56DF is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 86 | 223 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.13 |
| HSL | 278.1º | 0.68% | 0.61% | - |
| HSV(B) | 278.1º | 0.61% | 0.87% | - |
| XYZ | 33.88 | 20.87 | 72.05 | - |
| YUV | 127.63 | 181.82 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 223 | 0.22 | 0.61 | 0 | 0.13 | 278.1 | 0.68 | 0.61 |
| Hex | AD | 56 | DF | 16 | 3D | 0 | D | 116 | 44 | 3D |
| Octal | 255 | 126 | 337 | 26 | 75 | 0 | 15 | 426 | 104 | 75 |
| Binary | 10101101 | 1010110 | 11011111 | 10110 | 111101 | 0 | 1101 | 100010110 | 1000100 | 111101 |
Color Harmonies of #AD56DF
Complementary color
Monochromatic Colors of #AD56DF
Black with #AD56DF
Text Example
Text Example
White with #AD56DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD56DF; }
p { color: rgb(173,86,223); }
H1.HeaderClassName
{
color: #AD56DF;
}
.AnyTagClassName
{
color: #AD56DF;
}
</style>
background-color css
<style>
a { background-color: #AD56DF; }
a { background-color: rgb(173,86,223); }
div.DivClassName
{
background-color: #AD56DF;
}
.BgClassName
{
background-color: #AD56DF;
}
</style>
border-color css
<style>
span { border-color: #AD56DF; }
span { border-color: rgb(173,86,223); }
td.TdClassName
{
border-color: #AD56DF;
}
.TagClassName
{
border-color: #AD56DF;
}
</style>