Shades of Medium Orchid #AD46CF
Tints of Medium Orchid #AD46CF
RGB
CMYK
RGB Variations
Color information
#AD46CF (or 0xAD46CF) is known color: Medium Orchid. HEX triplet: AD, 46 and CF. RGB value is (173,70,207). Sum of RGB (Red+Green+Blue) = 173+70+207=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 70 (27.73% from 255 or 15.56% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD46CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD46CF is #52B930. Grayscale: #737373. Windows color (decimal): -5421361 or 13584045. OLE color: 13584045.
HSL color Cylindrical-coordinate representation of color #AD46CF: hue angle of 285.11º degrees, saturation: 0.59, 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 #AD46CF is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 70 | 207 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.19 |
| HSL | 285.11º | 0.59% | 0.54% | - |
| HSV(B) | 285.11º | 0.66% | 0.81% | - |
| XYZ | 30.69 | 17.77 | 60.84 | - |
| YUV | 116.42 | 179.12 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 207 | 0.16 | 0.66 | 0 | 0.19 | 285.11 | 0.59 | 0.54 |
| Hex | AD | 46 | CF | 10 | 42 | 0 | 13 | 11D | 3B | 36 |
| Octal | 255 | 106 | 317 | 20 | 102 | 0 | 23 | 435 | 73 | 66 |
| Binary | 10101101 | 1000110 | 11001111 | 10000 | 1000010 | 0 | 10011 | 100011101 | 111011 | 110110 |
Color Harmonies of #AD46CF
Complementary color
Monochromatic Colors of #AD46CF
Black with #AD46CF
Text Example
Text Example
White with #AD46CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD46CF; }
p { color: rgb(173,70,207); }
H1.HeaderClassName
{
color: #AD46CF;
}
.AnyTagClassName
{
color: #AD46CF;
}
</style>
background-color css
<style>
a { background-color: #AD46CF; }
a { background-color: rgb(173,70,207); }
div.DivClassName
{
background-color: #AD46CF;
}
.BgClassName
{
background-color: #AD46CF;
}
</style>
border-color css
<style>
span { border-color: #AD46CF; }
span { border-color: rgb(173,70,207); }
td.TdClassName
{
border-color: #AD46CF;
}
.TagClassName
{
border-color: #AD46CF;
}
</style>