Shades of Medium Orchid #AD56E4
Tints of Medium Orchid #AD56E4
RGB
CMYK
RGB Variations
Color information
#AD56E4 (or 0xAD56E4) is known color: Medium Orchid. HEX triplet: AD, 56 and E4. RGB value is (173,86,228). Sum of RGB (Red+Green+Blue) = 173+86+228=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 86 (33.98% from 255 or 17.66% from 487); Blue value is 228 (89.45% from 255 or 46.82% from 487); Max value from RGB is 228 - color contains mainly: blue. Hex color #AD56E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD56E4 is #52A91B. Grayscale: #7F7F7F. Windows color (decimal): -5417244 or 14964397. OLE color: 14964397.
HSL color Cylindrical-coordinate representation of color #AD56E4: hue angle of 276.76º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD56E4 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 86 | 228 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.11 |
| HSL | 276.76º | 0.72% | 0.62% | - |
| HSV(B) | 276.76º | 0.62% | 0.89% | - |
| XYZ | 34.56 | 21.14 | 75.66 | - |
| YUV | 128.2 | 184.32 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 228 | 0.24 | 0.62 | 0 | 0.11 | 276.76 | 0.72 | 0.62 |
| Hex | AD | 56 | E4 | 18 | 3E | 0 | B | 115 | 48 | 3E |
| Octal | 255 | 126 | 344 | 30 | 76 | 0 | 13 | 425 | 110 | 76 |
| Binary | 10101101 | 1010110 | 11100100 | 11000 | 111110 | 0 | 1011 | 100010101 | 1001000 | 111110 |
Color Harmonies of #AD56E4
Complementary color
Monochromatic Colors of #AD56E4
Black with #AD56E4
Text Example
Text Example
White with #AD56E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD56E4; }
p { color: rgb(173,86,228); }
H1.HeaderClassName
{
color: #AD56E4;
}
.AnyTagClassName
{
color: #AD56E4;
}
</style>
background-color css
<style>
a { background-color: #AD56E4; }
a { background-color: rgb(173,86,228); }
div.DivClassName
{
background-color: #AD56E4;
}
.BgClassName
{
background-color: #AD56E4;
}
</style>
border-color css
<style>
span { border-color: #AD56E4; }
span { border-color: rgb(173,86,228); }
td.TdClassName
{
border-color: #AD56E4;
}
.TagClassName
{
border-color: #AD56E4;
}
</style>