Shades of Medium Orchid #AD47C4
Tints of Medium Orchid #AD47C4
RGB
CMYK
RGB Variations
Color information
#AD47C4 (or 0xAD47C4) is known color: Medium Orchid. HEX triplet: AD, 47 and C4. RGB value is (173,71,196). Sum of RGB (Red+Green+Blue) = 173+71+196=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 196 (76.95% from 255 or 44.55% from 440); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD47C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD47C4 is #52B83B. Grayscale: #737373. Windows color (decimal): -5421116 or 12863405. OLE color: 12863405.
HSL color Cylindrical-coordinate representation of color #AD47C4: hue angle of 288.96º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD47C4 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 71 | 196 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.23 |
| HSL | 288.96º | 0.51% | 0.52% | - |
| HSV(B) | 288.96º | 0.64% | 0.77% | - |
| XYZ | 29.45 | 17.38 | 54.03 | - |
| YUV | 115.75 | 173.29 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 196 | 0.12 | 0.64 | 0 | 0.23 | 288.96 | 0.51 | 0.52 |
| Hex | AD | 47 | C4 | C | 40 | 0 | 17 | 121 | 33 | 34 |
| Octal | 255 | 107 | 304 | 14 | 100 | 0 | 27 | 441 | 63 | 64 |
| Binary | 10101101 | 1000111 | 11000100 | 1100 | 1000000 | 0 | 10111 | 100100001 | 110011 | 110100 |
Color Harmonies of #AD47C4
Complementary color
Monochromatic Colors of #AD47C4
Black with #AD47C4
Text Example
Text Example
White with #AD47C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD47C4; }
p { color: rgb(173,71,196); }
H1.HeaderClassName
{
color: #AD47C4;
}
.AnyTagClassName
{
color: #AD47C4;
}
</style>
background-color css
<style>
a { background-color: #AD47C4; }
a { background-color: rgb(173,71,196); }
div.DivClassName
{
background-color: #AD47C4;
}
.BgClassName
{
background-color: #AD47C4;
}
</style>
border-color css
<style>
span { border-color: #AD47C4; }
span { border-color: rgb(173,71,196); }
td.TdClassName
{
border-color: #AD47C4;
}
.TagClassName
{
border-color: #AD47C4;
}
</style>