Shades of Medium Orchid #AD56CB
Tints of Medium Orchid #AD56CB
RGB
CMYK
RGB Variations
Color information
#AD56CB (or 0xAD56CB) is known color: Medium Orchid. HEX triplet: AD, 56 and CB. RGB value is (173,86,203). Sum of RGB (Red+Green+Blue) = 173+86+203=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD56CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD56CB is #52A934. Grayscale: #7C7C7C. Windows color (decimal): -5417269 or 13325997. OLE color: 13325997.
HSL color Cylindrical-coordinate representation of color #AD56CB: hue angle of 284.62º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD56CB is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 86 | 203 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.20 |
| HSL | 284.62º | 0.53% | 0.57% | - |
| HSV(B) | 284.62º | 0.58% | 0.8% | - |
| XYZ | 31.34 | 19.85 | 58.68 | - |
| YUV | 125.35 | 171.82 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 203 | 0.15 | 0.58 | 0 | 0.20 | 284.62 | 0.53 | 0.57 |
| Hex | AD | 56 | CB | F | 3A | 0 | 14 | 11D | 35 | 39 |
| Octal | 255 | 126 | 313 | 17 | 72 | 0 | 24 | 435 | 65 | 71 |
| Binary | 10101101 | 1010110 | 11001011 | 1111 | 111010 | 0 | 10100 | 100011101 | 110101 | 111001 |
Color Harmonies of #AD56CB
Complementary color
Monochromatic Colors of #AD56CB
Black with #AD56CB
Text Example
Text Example
White with #AD56CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD56CB; }
p { color: rgb(173,86,203); }
H1.HeaderClassName
{
color: #AD56CB;
}
.AnyTagClassName
{
color: #AD56CB;
}
</style>
background-color css
<style>
a { background-color: #AD56CB; }
a { background-color: rgb(173,86,203); }
div.DivClassName
{
background-color: #AD56CB;
}
.BgClassName
{
background-color: #AD56CB;
}
</style>
border-color css
<style>
span { border-color: #AD56CB; }
span { border-color: rgb(173,86,203); }
td.TdClassName
{
border-color: #AD56CB;
}
.TagClassName
{
border-color: #AD56CB;
}
</style>