Shades of Medium Orchid #AD56E1
Tints of Medium Orchid #AD56E1
RGB
CMYK
RGB Variations
Color information
#AD56E1 (or 0xAD56E1) is known color: Medium Orchid. HEX triplet: AD, 56 and E1. RGB value is (173,86,225). Sum of RGB (Red+Green+Blue) = 173+86+225=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 86 (33.98% from 255 or 17.77% from 484); Blue value is 225 (88.28% from 255 or 46.49% from 484); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD56E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD56E1 is #52A91E. Grayscale: #7F7F7F. Windows color (decimal): -5417247 or 14767789. OLE color: 14767789.
HSL color Cylindrical-coordinate representation of color #AD56E1: hue angle of 277.55º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD56E1 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 86 | 225 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.12 |
| HSL | 277.55º | 0.7% | 0.61% | - |
| HSV(B) | 277.55º | 0.62% | 0.88% | - |
| XYZ | 34.15 | 20.98 | 73.48 | - |
| YUV | 127.86 | 182.82 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 225 | 0.23 | 0.62 | 0 | 0.12 | 277.55 | 0.7 | 0.61 |
| Hex | AD | 56 | E1 | 17 | 3E | 0 | C | 116 | 46 | 3D |
| Octal | 255 | 126 | 341 | 27 | 76 | 0 | 14 | 426 | 106 | 75 |
| Binary | 10101101 | 1010110 | 11100001 | 10111 | 111110 | 0 | 1100 | 100010110 | 1000110 | 111101 |
Color Harmonies of #AD56E1
Complementary color
Monochromatic Colors of #AD56E1
Black with #AD56E1
Text Example
Text Example
White with #AD56E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD56E1; }
p { color: rgb(173,86,225); }
H1.HeaderClassName
{
color: #AD56E1;
}
.AnyTagClassName
{
color: #AD56E1;
}
</style>
background-color css
<style>
a { background-color: #AD56E1; }
a { background-color: rgb(173,86,225); }
div.DivClassName
{
background-color: #AD56E1;
}
.BgClassName
{
background-color: #AD56E1;
}
</style>
border-color css
<style>
span { border-color: #AD56E1; }
span { border-color: rgb(173,86,225); }
td.TdClassName
{
border-color: #AD56E1;
}
.TagClassName
{
border-color: #AD56E1;
}
</style>