Shades of Medium Orchid #AD50D9
Tints of Medium Orchid #AD50D9
RGB
CMYK
RGB Variations
Color information
#AD50D9 (or 0xAD50D9) is known color: Medium Orchid. HEX triplet: AD, 50 and D9. RGB value is (173,80,217). Sum of RGB (Red+Green+Blue) = 173+80+217=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD50D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD50D9 is #52AF26. Grayscale: #7A7A7A. Windows color (decimal): -5418791 or 14241965. OLE color: 14241965.
HSL color Cylindrical-coordinate representation of color #AD50D9: hue angle of 280.73º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD50D9 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 80 | 217 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.15 |
| HSL | 280.73º | 0.64% | 0.58% | - |
| HSV(B) | 280.73º | 0.63% | 0.85% | - |
| XYZ | 32.63 | 19.63 | 67.72 | - |
| YUV | 123.43 | 180.81 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 217 | 0.20 | 0.63 | 0 | 0.15 | 280.73 | 0.64 | 0.58 |
| Hex | AD | 50 | D9 | 14 | 3F | 0 | F | 119 | 40 | 3A |
| Octal | 255 | 120 | 331 | 24 | 77 | 0 | 17 | 431 | 100 | 72 |
| Binary | 10101101 | 1010000 | 11011001 | 10100 | 111111 | 0 | 1111 | 100011001 | 1000000 | 111010 |
Color Harmonies of #AD50D9
Complementary color
Monochromatic Colors of #AD50D9
Black with #AD50D9
Text Example
Text Example
White with #AD50D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD50D9; }
p { color: rgb(173,80,217); }
H1.HeaderClassName
{
color: #AD50D9;
}
.AnyTagClassName
{
color: #AD50D9;
}
</style>
background-color css
<style>
a { background-color: #AD50D9; }
a { background-color: rgb(173,80,217); }
div.DivClassName
{
background-color: #AD50D9;
}
.BgClassName
{
background-color: #AD50D9;
}
</style>
border-color css
<style>
span { border-color: #AD50D9; }
span { border-color: rgb(173,80,217); }
td.TdClassName
{
border-color: #AD50D9;
}
.TagClassName
{
border-color: #AD50D9;
}
</style>