Shades of Medium Orchid #AD56EC
Tints of Medium Orchid #AD56EC
RGB
CMYK
RGB Variations
Color information
#AD56EC (or 0xAD56EC) is known color: Medium Orchid. HEX triplet: AD, 56 and EC. RGB value is (173,86,236). Sum of RGB (Red+Green+Blue) = 173+86+236=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 86 (33.98% from 255 or 17.37% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD56EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD56EC is #52A913. Grayscale: #808080. Windows color (decimal): -5417236 or 15488685. OLE color: 15488685.
HSL color Cylindrical-coordinate representation of color #AD56EC: hue angle of 274.8º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD56EC is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 86 | 236 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.07 |
| HSL | 274.8º | 0.8% | 0.63% | - |
| HSV(B) | 274.8º | 0.64% | 0.93% | - |
| XYZ | 35.7 | 21.6 | 81.64 | - |
| YUV | 129.11 | 188.32 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 236 | 0.27 | 0.64 | 0 | 0.07 | 274.8 | 0.8 | 0.63 |
| Hex | AD | 56 | EC | 1B | 40 | 0 | 7 | 113 | 50 | 3F |
| Octal | 255 | 126 | 354 | 33 | 100 | 0 | 7 | 423 | 120 | 77 |
| Binary | 10101101 | 1010110 | 11101100 | 11011 | 1000000 | 0 | 111 | 100010011 | 1010000 | 111111 |
Color Harmonies of #AD56EC
Complementary color
Monochromatic Colors of #AD56EC
Black with #AD56EC
Text Example
Text Example
White with #AD56EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD56EC; }
p { color: rgb(173,86,236); }
H1.HeaderClassName
{
color: #AD56EC;
}
.AnyTagClassName
{
color: #AD56EC;
}
</style>
background-color css
<style>
a { background-color: #AD56EC; }
a { background-color: rgb(173,86,236); }
div.DivClassName
{
background-color: #AD56EC;
}
.BgClassName
{
background-color: #AD56EC;
}
</style>
border-color css
<style>
span { border-color: #AD56EC; }
span { border-color: rgb(173,86,236); }
td.TdClassName
{
border-color: #AD56EC;
}
.TagClassName
{
border-color: #AD56EC;
}
</style>