Shades of Medium Orchid #AD58D3
Tints of Medium Orchid #AD58D3
RGB
CMYK
RGB Variations
Color information
#AD58D3 (or 0xAD58D3) is known color: Medium Orchid. HEX triplet: AD, 58 and D3. RGB value is (173,88,211). Sum of RGB (Red+Green+Blue) = 173+88+211=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 211 (82.81% from 255 or 44.70% from 472); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD58D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD58D3 is #52A72C. Grayscale: #7F7F7F. Windows color (decimal): -5416749 or 13850797. OLE color: 13850797.
HSL color Cylindrical-coordinate representation of color #AD58D3: hue angle of 281.46º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD58D3 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 88 | 211 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.17 |
| HSL | 281.46º | 0.58% | 0.59% | - |
| HSV(B) | 281.46º | 0.58% | 0.83% | - |
| XYZ | 32.48 | 20.57 | 63.89 | - |
| YUV | 127.44 | 175.16 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 211 | 0.18 | 0.58 | 0 | 0.17 | 281.46 | 0.58 | 0.59 |
| Hex | AD | 58 | D3 | 12 | 3A | 0 | 11 | 119 | 3A | 3B |
| Octal | 255 | 130 | 323 | 22 | 72 | 0 | 21 | 431 | 72 | 73 |
| Binary | 10101101 | 1011000 | 11010011 | 10010 | 111010 | 0 | 10001 | 100011001 | 111010 | 111011 |
Color Harmonies of #AD58D3
Complementary color
Monochromatic Colors of #AD58D3
Black with #AD58D3
Text Example
Text Example
White with #AD58D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD58D3; }
p { color: rgb(173,88,211); }
H1.HeaderClassName
{
color: #AD58D3;
}
.AnyTagClassName
{
color: #AD58D3;
}
</style>
background-color css
<style>
a { background-color: #AD58D3; }
a { background-color: rgb(173,88,211); }
div.DivClassName
{
background-color: #AD58D3;
}
.BgClassName
{
background-color: #AD58D3;
}
</style>
border-color css
<style>
span { border-color: #AD58D3; }
span { border-color: rgb(173,88,211); }
td.TdClassName
{
border-color: #AD58D3;
}
.TagClassName
{
border-color: #AD58D3;
}
</style>