Shades of Medium Orchid #AD56E9
Tints of Medium Orchid #AD56E9
RGB
CMYK
RGB Variations
Color information
#AD56E9 (or 0xAD56E9) is known color: Medium Orchid. HEX triplet: AD, 56 and E9. RGB value is (173,86,233). Sum of RGB (Red+Green+Blue) = 173+86+233=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 86 (33.98% from 255 or 17.48% from 492); Blue value is 233 (91.41% from 255 or 47.36% from 492); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD56E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD56E9 is #52A916. Grayscale: #808080. Windows color (decimal): -5417239 or 15292077. OLE color: 15292077.
HSL color Cylindrical-coordinate representation of color #AD56E9: hue angle of 275.51º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD56E9 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 86 | 233 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.09 |
| HSL | 275.51º | 0.77% | 0.63% | - |
| HSV(B) | 275.51º | 0.63% | 0.91% | - |
| XYZ | 35.27 | 21.42 | 79.37 | - |
| YUV | 128.77 | 186.82 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 233 | 0.26 | 0.63 | 0 | 0.09 | 275.51 | 0.77 | 0.63 |
| Hex | AD | 56 | E9 | 1A | 3F | 0 | 9 | 114 | 4D | 3F |
| Octal | 255 | 126 | 351 | 32 | 77 | 0 | 11 | 424 | 115 | 77 |
| Binary | 10101101 | 1010110 | 11101001 | 11010 | 111111 | 0 | 1001 | 100010100 | 1001101 | 111111 |
Color Harmonies of #AD56E9
Complementary color
Monochromatic Colors of #AD56E9
Black with #AD56E9
Text Example
Text Example
White with #AD56E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD56E9; }
p { color: rgb(173,86,233); }
H1.HeaderClassName
{
color: #AD56E9;
}
.AnyTagClassName
{
color: #AD56E9;
}
</style>
background-color css
<style>
a { background-color: #AD56E9; }
a { background-color: rgb(173,86,233); }
div.DivClassName
{
background-color: #AD56E9;
}
.BgClassName
{
background-color: #AD56E9;
}
</style>
border-color css
<style>
span { border-color: #AD56E9; }
span { border-color: rgb(173,86,233); }
td.TdClassName
{
border-color: #AD56E9;
}
.TagClassName
{
border-color: #AD56E9;
}
</style>