Shades of Medium Orchid #AD58CB
Tints of Medium Orchid #AD58CB
RGB
CMYK
RGB Variations
Color information
#AD58CB (or 0xAD58CB) is known color: Medium Orchid. HEX triplet: AD, 58 and CB. RGB value is (173,88,203). Sum of RGB (Red+Green+Blue) = 173+88+203=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD58CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD58CB is #52A734. Grayscale: #7E7E7E. Windows color (decimal): -5416757 or 13326509. OLE color: 13326509.
HSL color Cylindrical-coordinate representation of color #AD58CB: hue angle of 284.35º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD58CB is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 88 | 203 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.20 |
| HSL | 284.35º | 0.53% | 0.57% | - |
| HSV(B) | 284.35º | 0.57% | 0.8% | - |
| XYZ | 31.5 | 20.18 | 58.73 | - |
| YUV | 126.53 | 171.16 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 203 | 0.15 | 0.57 | 0 | 0.20 | 284.35 | 0.53 | 0.57 |
| Hex | AD | 58 | CB | F | 39 | 0 | 14 | 11C | 35 | 39 |
| Octal | 255 | 130 | 313 | 17 | 71 | 0 | 24 | 434 | 65 | 71 |
| Binary | 10101101 | 1011000 | 11001011 | 1111 | 111001 | 0 | 10100 | 100011100 | 110101 | 111001 |
Color Harmonies of #AD58CB
Complementary color
Monochromatic Colors of #AD58CB
Black with #AD58CB
Text Example
Text Example
White with #AD58CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD58CB; }
p { color: rgb(173,88,203); }
H1.HeaderClassName
{
color: #AD58CB;
}
.AnyTagClassName
{
color: #AD58CB;
}
</style>
background-color css
<style>
a { background-color: #AD58CB; }
a { background-color: rgb(173,88,203); }
div.DivClassName
{
background-color: #AD58CB;
}
.BgClassName
{
background-color: #AD58CB;
}
</style>
border-color css
<style>
span { border-color: #AD58CB; }
span { border-color: rgb(173,88,203); }
td.TdClassName
{
border-color: #AD58CB;
}
.TagClassName
{
border-color: #AD58CB;
}
</style>