Shades of Medium Orchid #AD56ED
Tints of Medium Orchid #AD56ED
RGB
CMYK
RGB Variations
Color information
#AD56ED (or 0xAD56ED) is known color: Medium Orchid. HEX triplet: AD, 56 and ED. RGB value is (173,86,237). Sum of RGB (Red+Green+Blue) = 173+86+237=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 86 (33.98% from 255 or 17.34% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD56ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD56ED is #52A912. Grayscale: #808080. Windows color (decimal): -5417235 or 15554221. OLE color: 15554221.
HSL color Cylindrical-coordinate representation of color #AD56ED: hue angle of 274.57º degrees, saturation: 0.81, 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 #AD56ED is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 86 | 237 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.07 |
| HSL | 274.57º | 0.81% | 0.63% | - |
| HSV(B) | 274.57º | 0.64% | 0.93% | - |
| XYZ | 35.85 | 21.65 | 82.41 | - |
| YUV | 129.23 | 188.82 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 237 | 0.27 | 0.64 | 0 | 0.07 | 274.57 | 0.81 | 0.63 |
| Hex | AD | 56 | ED | 1B | 40 | 0 | 7 | 113 | 51 | 3F |
| Octal | 255 | 126 | 355 | 33 | 100 | 0 | 7 | 423 | 121 | 77 |
| Binary | 10101101 | 1010110 | 11101101 | 11011 | 1000000 | 0 | 111 | 100010011 | 1010001 | 111111 |
Color Harmonies of #AD56ED
Complementary color
Monochromatic Colors of #AD56ED
Black with #AD56ED
Text Example
Text Example
White with #AD56ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD56ED; }
p { color: rgb(173,86,237); }
H1.HeaderClassName
{
color: #AD56ED;
}
.AnyTagClassName
{
color: #AD56ED;
}
</style>
background-color css
<style>
a { background-color: #AD56ED; }
a { background-color: rgb(173,86,237); }
div.DivClassName
{
background-color: #AD56ED;
}
.BgClassName
{
background-color: #AD56ED;
}
</style>
border-color css
<style>
span { border-color: #AD56ED; }
span { border-color: rgb(173,86,237); }
td.TdClassName
{
border-color: #AD56ED;
}
.TagClassName
{
border-color: #AD56ED;
}
</style>