Shades of Medium Orchid #AD56EE
Tints of Medium Orchid #AD56EE
RGB
CMYK
RGB Variations
Color information
#AD56EE (or 0xAD56EE) is known color: Medium Orchid. HEX triplet: AD, 56 and EE. RGB value is (173,86,238). Sum of RGB (Red+Green+Blue) = 173+86+238=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 86 (33.98% from 255 or 17.30% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD56EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD56EE is #52A911. Grayscale: #808080. Windows color (decimal): -5417234 or 15619757. OLE color: 15619757.
HSL color Cylindrical-coordinate representation of color #AD56EE: hue angle of 274.34º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD56EE is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 86 | 238 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.07 |
| HSL | 274.34º | 0.82% | 0.64% | - |
| HSV(B) | 274.34º | 0.64% | 0.93% | - |
| XYZ | 35.99 | 21.71 | 83.18 | - |
| YUV | 129.34 | 189.32 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 238 | 0.27 | 0.64 | 0 | 0.07 | 274.34 | 0.82 | 0.64 |
| Hex | AD | 56 | EE | 1B | 40 | 0 | 7 | 112 | 52 | 40 |
| Octal | 255 | 126 | 356 | 33 | 100 | 0 | 7 | 422 | 122 | 100 |
| Binary | 10101101 | 1010110 | 11101110 | 11011 | 1000000 | 0 | 111 | 100010010 | 1010010 | 1000000 |
Color Harmonies of #AD56EE
Complementary color
Monochromatic Colors of #AD56EE
Black with #AD56EE
Text Example
Text Example
White with #AD56EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD56EE; }
p { color: rgb(173,86,238); }
H1.HeaderClassName
{
color: #AD56EE;
}
.AnyTagClassName
{
color: #AD56EE;
}
</style>
background-color css
<style>
a { background-color: #AD56EE; }
a { background-color: rgb(173,86,238); }
div.DivClassName
{
background-color: #AD56EE;
}
.BgClassName
{
background-color: #AD56EE;
}
</style>
border-color css
<style>
span { border-color: #AD56EE; }
span { border-color: rgb(173,86,238); }
td.TdClassName
{
border-color: #AD56EE;
}
.TagClassName
{
border-color: #AD56EE;
}
</style>