Shades of Medium Orchid #AD58CE
Tints of Medium Orchid #AD58CE
RGB
CMYK
RGB Variations
Color information
#AD58CE (or 0xAD58CE) is known color: Medium Orchid. HEX triplet: AD, 58 and CE. RGB value is (173,88,206). Sum of RGB (Red+Green+Blue) = 173+88+206=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD58CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD58CE is #52A731. Grayscale: #7E7E7E. Windows color (decimal): -5416754 or 13523117. OLE color: 13523117.
HSL color Cylindrical-coordinate representation of color #AD58CE: hue angle of 283.22º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD58CE is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 88 | 206 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.19 |
| HSL | 283.22º | 0.55% | 0.58% | - |
| HSV(B) | 283.22º | 0.57% | 0.81% | - |
| XYZ | 31.86 | 20.32 | 60.64 | - |
| YUV | 126.87 | 172.66 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 206 | 0.16 | 0.57 | 0 | 0.19 | 283.22 | 0.55 | 0.58 |
| Hex | AD | 58 | CE | 10 | 39 | 0 | 13 | 11B | 37 | 3A |
| Octal | 255 | 130 | 316 | 20 | 71 | 0 | 23 | 433 | 67 | 72 |
| Binary | 10101101 | 1011000 | 11001110 | 10000 | 111001 | 0 | 10011 | 100011011 | 110111 | 111010 |
Color Harmonies of #AD58CE
Complementary color
Monochromatic Colors of #AD58CE
Black with #AD58CE
Text Example
Text Example
White with #AD58CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD58CE; }
p { color: rgb(173,88,206); }
H1.HeaderClassName
{
color: #AD58CE;
}
.AnyTagClassName
{
color: #AD58CE;
}
</style>
background-color css
<style>
a { background-color: #AD58CE; }
a { background-color: rgb(173,88,206); }
div.DivClassName
{
background-color: #AD58CE;
}
.BgClassName
{
background-color: #AD58CE;
}
</style>
border-color css
<style>
span { border-color: #AD58CE; }
span { border-color: rgb(173,88,206); }
td.TdClassName
{
border-color: #AD58CE;
}
.TagClassName
{
border-color: #AD58CE;
}
</style>