Shades of Medium Orchid #AD58CC
Tints of Medium Orchid #AD58CC
RGB
CMYK
RGB Variations
Color information
#AD58CC (or 0xAD58CC) is known color: Medium Orchid. HEX triplet: AD, 58 and CC. RGB value is (173,88,204). Sum of RGB (Red+Green+Blue) = 173+88+204=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD58CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD58CC is #52A733. Grayscale: #7E7E7E. Windows color (decimal): -5416756 or 13392045. OLE color: 13392045.
HSL color Cylindrical-coordinate representation of color #AD58CC: hue angle of 283.97º 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 #AD58CC is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 88 | 204 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.2 |
| HSL | 283.97º | 0.53% | 0.57% | - |
| HSV(B) | 283.97º | 0.57% | 0.8% | - |
| XYZ | 31.62 | 20.22 | 59.36 | - |
| YUV | 126.64 | 171.66 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 204 | 0.15 | 0.57 | 0 | 0.2 | 283.97 | 0.53 | 0.57 |
| Hex | AD | 58 | CC | F | 39 | 0 | 14 | 11C | 35 | 39 |
| Octal | 255 | 130 | 314 | 17 | 71 | 0 | 24 | 434 | 65 | 71 |
| Binary | 10101101 | 1011000 | 11001100 | 1111 | 111001 | 0 | 10100 | 100011100 | 110101 | 111001 |
Color Harmonies of #AD58CC
Complementary color
Monochromatic Colors of #AD58CC
Black with #AD58CC
Text Example
Text Example
White with #AD58CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD58CC; }
p { color: rgb(173,88,204); }
H1.HeaderClassName
{
color: #AD58CC;
}
.AnyTagClassName
{
color: #AD58CC;
}
</style>
background-color css
<style>
a { background-color: #AD58CC; }
a { background-color: rgb(173,88,204); }
div.DivClassName
{
background-color: #AD58CC;
}
.BgClassName
{
background-color: #AD58CC;
}
</style>
border-color css
<style>
span { border-color: #AD58CC; }
span { border-color: rgb(173,88,204); }
td.TdClassName
{
border-color: #AD58CC;
}
.TagClassName
{
border-color: #AD58CC;
}
</style>