Shades of Medium Orchid #AD50D6
Tints of Medium Orchid #AD50D6
RGB
CMYK
RGB Variations
Color information
#AD50D6 (or 0xAD50D6) is known color: Medium Orchid. HEX triplet: AD, 50 and D6. RGB value is (173,80,214). Sum of RGB (Red+Green+Blue) = 173+80+214=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD50D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD50D6 is #52AF29. Grayscale: #7A7A7A. Windows color (decimal): -5418794 or 14045357. OLE color: 14045357.
HSL color Cylindrical-coordinate representation of color #AD50D6: hue angle of 281.64º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD50D6 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 80 | 214 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.16 |
| HSL | 281.64º | 0.62% | 0.58% | - |
| HSV(B) | 281.64º | 0.63% | 0.84% | - |
| XYZ | 32.24 | 19.48 | 65.68 | - |
| YUV | 123.08 | 179.31 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 214 | 0.19 | 0.63 | 0 | 0.16 | 281.64 | 0.62 | 0.58 |
| Hex | AD | 50 | D6 | 13 | 3F | 0 | 10 | 11A | 3E | 3A |
| Octal | 255 | 120 | 326 | 23 | 77 | 0 | 20 | 432 | 76 | 72 |
| Binary | 10101101 | 1010000 | 11010110 | 10011 | 111111 | 0 | 10000 | 100011010 | 111110 | 111010 |
Color Harmonies of #AD50D6
Complementary color
Monochromatic Colors of #AD50D6
Black with #AD50D6
Text Example
Text Example
White with #AD50D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD50D6; }
p { color: rgb(173,80,214); }
H1.HeaderClassName
{
color: #AD50D6;
}
.AnyTagClassName
{
color: #AD50D6;
}
</style>
background-color css
<style>
a { background-color: #AD50D6; }
a { background-color: rgb(173,80,214); }
div.DivClassName
{
background-color: #AD50D6;
}
.BgClassName
{
background-color: #AD50D6;
}
</style>
border-color css
<style>
span { border-color: #AD50D6; }
span { border-color: rgb(173,80,214); }
td.TdClassName
{
border-color: #AD50D6;
}
.TagClassName
{
border-color: #AD50D6;
}
</style>