Shades of Medium Orchid #AD56DC
Tints of Medium Orchid #AD56DC
RGB
CMYK
RGB Variations
Color information
#AD56DC (or 0xAD56DC) is known color: Medium Orchid. HEX triplet: AD, 56 and DC. RGB value is (173,86,220). Sum of RGB (Red+Green+Blue) = 173+86+220=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD56DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD56DC is #52A923. Grayscale: #7E7E7E. Windows color (decimal): -5417252 or 14440109. OLE color: 14440109.
HSL color Cylindrical-coordinate representation of color #AD56DC: hue angle of 278.96º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD56DC is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 86 | 220 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.14 |
| HSL | 278.96º | 0.66% | 0.6% | - |
| HSV(B) | 278.96º | 0.61% | 0.86% | - |
| XYZ | 33.48 | 20.71 | 69.94 | - |
| YUV | 127.29 | 180.32 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 220 | 0.21 | 0.61 | 0 | 0.14 | 278.96 | 0.66 | 0.6 |
| Hex | AD | 56 | DC | 15 | 3D | 0 | E | 117 | 42 | 3C |
| Octal | 255 | 126 | 334 | 25 | 75 | 0 | 16 | 427 | 102 | 74 |
| Binary | 10101101 | 1010110 | 11011100 | 10101 | 111101 | 0 | 1110 | 100010111 | 1000010 | 111100 |
Color Harmonies of #AD56DC
Complementary color
Monochromatic Colors of #AD56DC
Black with #AD56DC
Text Example
Text Example
White with #AD56DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD56DC; }
p { color: rgb(173,86,220); }
H1.HeaderClassName
{
color: #AD56DC;
}
.AnyTagClassName
{
color: #AD56DC;
}
</style>
background-color css
<style>
a { background-color: #AD56DC; }
a { background-color: rgb(173,86,220); }
div.DivClassName
{
background-color: #AD56DC;
}
.BgClassName
{
background-color: #AD56DC;
}
</style>
border-color css
<style>
span { border-color: #AD56DC; }
span { border-color: rgb(173,86,220); }
td.TdClassName
{
border-color: #AD56DC;
}
.TagClassName
{
border-color: #AD56DC;
}
</style>