Shades of Medium Orchid #AD50D8
Tints of Medium Orchid #AD50D8
RGB
CMYK
RGB Variations
Color information
#AD50D8 (or 0xAD50D8) is known color: Medium Orchid. HEX triplet: AD, 50 and D8. RGB value is (173,80,216). Sum of RGB (Red+Green+Blue) = 173+80+216=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD50D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD50D8 is #52AF27. Grayscale: #7A7A7A. Windows color (decimal): -5418792 or 14176429. OLE color: 14176429.
HSL color Cylindrical-coordinate representation of color #AD50D8: hue angle of 281.03º 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 #AD50D8 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 80 | 216 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.15 |
| HSL | 281.03º | 0.64% | 0.58% | - |
| HSV(B) | 281.03º | 0.63% | 0.85% | - |
| XYZ | 32.5 | 19.58 | 67.03 | - |
| YUV | 123.31 | 180.31 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 216 | 0.20 | 0.63 | 0 | 0.15 | 281.03 | 0.64 | 0.58 |
| Hex | AD | 50 | D8 | 14 | 3F | 0 | F | 119 | 40 | 3A |
| Octal | 255 | 120 | 330 | 24 | 77 | 0 | 17 | 431 | 100 | 72 |
| Binary | 10101101 | 1010000 | 11011000 | 10100 | 111111 | 0 | 1111 | 100011001 | 1000000 | 111010 |
Color Harmonies of #AD50D8
Complementary color
Monochromatic Colors of #AD50D8
Black with #AD50D8
Text Example
Text Example
White with #AD50D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD50D8; }
p { color: rgb(173,80,216); }
H1.HeaderClassName
{
color: #AD50D8;
}
.AnyTagClassName
{
color: #AD50D8;
}
</style>
background-color css
<style>
a { background-color: #AD50D8; }
a { background-color: rgb(173,80,216); }
div.DivClassName
{
background-color: #AD50D8;
}
.BgClassName
{
background-color: #AD50D8;
}
</style>
border-color css
<style>
span { border-color: #AD50D8; }
span { border-color: rgb(173,80,216); }
td.TdClassName
{
border-color: #AD50D8;
}
.TagClassName
{
border-color: #AD50D8;
}
</style>