Shades of Medium Orchid #AD47CE
Tints of Medium Orchid #AD47CE
RGB
CMYK
RGB Variations
Color information
#AD47CE (or 0xAD47CE) is known color: Medium Orchid. HEX triplet: AD, 47 and CE. RGB value is (173,71,206). Sum of RGB (Red+Green+Blue) = 173+71+206=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 71 (28.12% from 255 or 15.78% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD47CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD47CE is #52B831. Grayscale: #747474. Windows color (decimal): -5421106 or 13518765. OLE color: 13518765.
HSL color Cylindrical-coordinate representation of color #AD47CE: hue angle of 285.33º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD47CE is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 71 | 206 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.19 |
| HSL | 285.33º | 0.58% | 0.54% | - |
| HSV(B) | 285.33º | 0.66% | 0.81% | - |
| XYZ | 30.63 | 17.85 | 60.22 | - |
| YUV | 116.89 | 178.29 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 206 | 0.16 | 0.66 | 0 | 0.19 | 285.33 | 0.58 | 0.54 |
| Hex | AD | 47 | CE | 10 | 42 | 0 | 13 | 11D | 3A | 36 |
| Octal | 255 | 107 | 316 | 20 | 102 | 0 | 23 | 435 | 72 | 66 |
| Binary | 10101101 | 1000111 | 11001110 | 10000 | 1000010 | 0 | 10011 | 100011101 | 111010 | 110110 |
Color Harmonies of #AD47CE
Complementary color
Monochromatic Colors of #AD47CE
Black with #AD47CE
Text Example
Text Example
White with #AD47CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD47CE; }
p { color: rgb(173,71,206); }
H1.HeaderClassName
{
color: #AD47CE;
}
.AnyTagClassName
{
color: #AD47CE;
}
</style>
background-color css
<style>
a { background-color: #AD47CE; }
a { background-color: rgb(173,71,206); }
div.DivClassName
{
background-color: #AD47CE;
}
.BgClassName
{
background-color: #AD47CE;
}
</style>
border-color css
<style>
span { border-color: #AD47CE; }
span { border-color: rgb(173,71,206); }
td.TdClassName
{
border-color: #AD47CE;
}
.TagClassName
{
border-color: #AD47CE;
}
</style>