Shades of Medium Orchid #AD58C7
Tints of Medium Orchid #AD58C7
RGB
CMYK
RGB Variations
Color information
#AD58C7 (or 0xAD58C7) is known color: Medium Orchid. HEX triplet: AD, 58 and C7. RGB value is (173,88,199). Sum of RGB (Red+Green+Blue) = 173+88+199=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 199 (78.12% from 255 or 43.26% from 460); Max value from RGB is 199 - color contains mainly: blue. Hex color #AD58C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD58C7 is #52A738. Grayscale: #7D7D7D. Windows color (decimal): -5416761 or 13064365. OLE color: 13064365.
HSL color Cylindrical-coordinate representation of color #AD58C7: hue angle of 285.95º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD58C7 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 88 | 199 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.22 |
| HSL | 285.95º | 0.5% | 0.56% | - |
| HSV(B) | 285.95º | 0.56% | 0.78% | - |
| XYZ | 31.03 | 19.99 | 56.26 | - |
| YUV | 126.07 | 169.16 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 199 | 0.13 | 0.56 | 0 | 0.22 | 285.95 | 0.5 | 0.56 |
| Hex | AD | 58 | C7 | D | 38 | 0 | 16 | 11E | 32 | 38 |
| Octal | 255 | 130 | 307 | 15 | 70 | 0 | 26 | 436 | 62 | 70 |
| Binary | 10101101 | 1011000 | 11000111 | 1101 | 111000 | 0 | 10110 | 100011110 | 110010 | 111000 |
Color Harmonies of #AD58C7
Complementary color
Monochromatic Colors of #AD58C7
Black with #AD58C7
Text Example
Text Example
White with #AD58C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD58C7; }
p { color: rgb(173,88,199); }
H1.HeaderClassName
{
color: #AD58C7;
}
.AnyTagClassName
{
color: #AD58C7;
}
</style>
background-color css
<style>
a { background-color: #AD58C7; }
a { background-color: rgb(173,88,199); }
div.DivClassName
{
background-color: #AD58C7;
}
.BgClassName
{
background-color: #AD58C7;
}
</style>
border-color css
<style>
span { border-color: #AD58C7; }
span { border-color: rgb(173,88,199); }
td.TdClassName
{
border-color: #AD58C7;
}
.TagClassName
{
border-color: #AD58C7;
}
</style>