Shades of Medium Orchid #AD56CF
Tints of Medium Orchid #AD56CF
RGB
CMYK
RGB Variations
Color information
#AD56CF (or 0xAD56CF) is known color: Medium Orchid. HEX triplet: AD, 56 and CF. RGB value is (173,86,207). Sum of RGB (Red+Green+Blue) = 173+86+207=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD56CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD56CF is #52A930. Grayscale: #7D7D7D. Windows color (decimal): -5417265 or 13588141. OLE color: 13588141.
HSL color Cylindrical-coordinate representation of color #AD56CF: hue angle of 283.14º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD56CF is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 86 | 207 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.19 |
| HSL | 283.14º | 0.56% | 0.57% | - |
| HSV(B) | 283.14º | 0.58% | 0.81% | - |
| XYZ | 31.82 | 20.04 | 61.22 | - |
| YUV | 125.81 | 173.82 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 207 | 0.16 | 0.58 | 0 | 0.19 | 283.14 | 0.56 | 0.57 |
| Hex | AD | 56 | CF | 10 | 3A | 0 | 13 | 11B | 38 | 39 |
| Octal | 255 | 126 | 317 | 20 | 72 | 0 | 23 | 433 | 70 | 71 |
| Binary | 10101101 | 1010110 | 11001111 | 10000 | 111010 | 0 | 10011 | 100011011 | 111000 | 111001 |
Color Harmonies of #AD56CF
Complementary color
Monochromatic Colors of #AD56CF
Black with #AD56CF
Text Example
Text Example
White with #AD56CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD56CF; }
p { color: rgb(173,86,207); }
H1.HeaderClassName
{
color: #AD56CF;
}
.AnyTagClassName
{
color: #AD56CF;
}
</style>
background-color css
<style>
a { background-color: #AD56CF; }
a { background-color: rgb(173,86,207); }
div.DivClassName
{
background-color: #AD56CF;
}
.BgClassName
{
background-color: #AD56CF;
}
</style>
border-color css
<style>
span { border-color: #AD56CF; }
span { border-color: rgb(173,86,207); }
td.TdClassName
{
border-color: #AD56CF;
}
.TagClassName
{
border-color: #AD56CF;
}
</style>