Shades of Medium Orchid #AD56DD
Tints of Medium Orchid #AD56DD
RGB
CMYK
RGB Variations
Color information
#AD56DD (or 0xAD56DD) is known color: Medium Orchid. HEX triplet: AD, 56 and DD. RGB value is (173,86,221). Sum of RGB (Red+Green+Blue) = 173+86+221=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 86 (33.98% from 255 or 17.92% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD56DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD56DD is #52A922. Grayscale: #7E7E7E. Windows color (decimal): -5417251 or 14505645. OLE color: 14505645.
HSL color Cylindrical-coordinate representation of color #AD56DD: hue angle of 278.67º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD56DD is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 86 | 221 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.13 |
| HSL | 278.67º | 0.67% | 0.6% | - |
| HSV(B) | 278.67º | 0.61% | 0.87% | - |
| XYZ | 33.61 | 20.76 | 70.64 | - |
| YUV | 127.4 | 180.82 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 221 | 0.22 | 0.61 | 0 | 0.13 | 278.67 | 0.67 | 0.6 |
| Hex | AD | 56 | DD | 16 | 3D | 0 | D | 117 | 43 | 3C |
| Octal | 255 | 126 | 335 | 26 | 75 | 0 | 15 | 427 | 103 | 74 |
| Binary | 10101101 | 1010110 | 11011101 | 10110 | 111101 | 0 | 1101 | 100010111 | 1000011 | 111100 |
Color Harmonies of #AD56DD
Complementary color
Monochromatic Colors of #AD56DD
Black with #AD56DD
Text Example
Text Example
White with #AD56DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD56DD; }
p { color: rgb(173,86,221); }
H1.HeaderClassName
{
color: #AD56DD;
}
.AnyTagClassName
{
color: #AD56DD;
}
</style>
background-color css
<style>
a { background-color: #AD56DD; }
a { background-color: rgb(173,86,221); }
div.DivClassName
{
background-color: #AD56DD;
}
.BgClassName
{
background-color: #AD56DD;
}
</style>
border-color css
<style>
span { border-color: #AD56DD; }
span { border-color: rgb(173,86,221); }
td.TdClassName
{
border-color: #AD56DD;
}
.TagClassName
{
border-color: #AD56DD;
}
</style>