Shades of Medium Orchid #AD47C1
Tints of Medium Orchid #AD47C1
RGB
CMYK
RGB Variations
Color information
#AD47C1 (or 0xAD47C1) is known color: Medium Orchid. HEX triplet: AD, 47 and C1. RGB value is (173,71,193). Sum of RGB (Red+Green+Blue) = 173+71+193=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 71 (28.12% from 255 or 16.25% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD47C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD47C1 is #52B83E. Grayscale: #737373. Windows color (decimal): -5421119 or 12666797. OLE color: 12666797.
HSL color Cylindrical-coordinate representation of color #AD47C1: hue angle of 290.16º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD47C1 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 71 | 193 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.24 |
| HSL | 290.16º | 0.5% | 0.52% | - |
| HSV(B) | 290.16º | 0.63% | 0.76% | - |
| XYZ | 29.11 | 17.24 | 52.25 | - |
| YUV | 115.41 | 171.79 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 193 | 0.10 | 0.63 | 0 | 0.24 | 290.16 | 0.5 | 0.52 |
| Hex | AD | 47 | C1 | A | 3F | 0 | 18 | 122 | 32 | 34 |
| Octal | 255 | 107 | 301 | 12 | 77 | 0 | 30 | 442 | 62 | 64 |
| Binary | 10101101 | 1000111 | 11000001 | 1010 | 111111 | 0 | 11000 | 100100010 | 110010 | 110100 |
Color Harmonies of #AD47C1
Complementary color
Monochromatic Colors of #AD47C1
Black with #AD47C1
Text Example
Text Example
White with #AD47C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD47C1; }
p { color: rgb(173,71,193); }
H1.HeaderClassName
{
color: #AD47C1;
}
.AnyTagClassName
{
color: #AD47C1;
}
</style>
background-color css
<style>
a { background-color: #AD47C1; }
a { background-color: rgb(173,71,193); }
div.DivClassName
{
background-color: #AD47C1;
}
.BgClassName
{
background-color: #AD47C1;
}
</style>
border-color css
<style>
span { border-color: #AD47C1; }
span { border-color: rgb(173,71,193); }
td.TdClassName
{
border-color: #AD47C1;
}
.TagClassName
{
border-color: #AD47C1;
}
</style>