Shades of Medium Orchid #AD58C0
Tints of Medium Orchid #AD58C0
RGB
CMYK
RGB Variations
Color information
#AD58C0 (or 0xAD58C0) is known color: Medium Orchid. HEX triplet: AD, 58 and C0. RGB value is (173,88,192). Sum of RGB (Red+Green+Blue) = 173+88+192=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD58C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD58C0 is #52A73F. Grayscale: #7C7C7C. Windows color (decimal): -5416768 or 12605613. OLE color: 12605613.
HSL color Cylindrical-coordinate representation of color #AD58C0: hue angle of 289.04º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD58C0 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 88 | 192 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.25 |
| HSL | 289.04º | 0.45% | 0.55% | - |
| HSV(B) | 289.04º | 0.54% | 0.75% | - |
| XYZ | 30.24 | 19.67 | 52.07 | - |
| YUV | 125.27 | 165.66 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 192 | 0.10 | 0.54 | 0 | 0.25 | 289.04 | 0.45 | 0.55 |
| Hex | AD | 58 | C0 | A | 36 | 0 | 19 | 121 | 2D | 37 |
| Octal | 255 | 130 | 300 | 12 | 66 | 0 | 31 | 441 | 55 | 67 |
| Binary | 10101101 | 1011000 | 11000000 | 1010 | 110110 | 0 | 11001 | 100100001 | 101101 | 110111 |
Color Harmonies of #AD58C0
Complementary color
Monochromatic Colors of #AD58C0
Black with #AD58C0
Text Example
Text Example
White with #AD58C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD58C0; }
p { color: rgb(173,88,192); }
H1.HeaderClassName
{
color: #AD58C0;
}
.AnyTagClassName
{
color: #AD58C0;
}
</style>
background-color css
<style>
a { background-color: #AD58C0; }
a { background-color: rgb(173,88,192); }
div.DivClassName
{
background-color: #AD58C0;
}
.BgClassName
{
background-color: #AD58C0;
}
</style>
border-color css
<style>
span { border-color: #AD58C0; }
span { border-color: rgb(173,88,192); }
td.TdClassName
{
border-color: #AD58C0;
}
.TagClassName
{
border-color: #AD58C0;
}
</style>