Shades of Medium Orchid #AD50C9
Tints of Medium Orchid #AD50C9
RGB
CMYK
RGB Variations
Color information
#AD50C9 (or 0xAD50C9) is known color: Medium Orchid. HEX triplet: AD, 50 and C9. RGB value is (173,80,201). Sum of RGB (Red+Green+Blue) = 173+80+201=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD50C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD50C9 is #52AF36. Grayscale: #797979. Windows color (decimal): -5418807 or 13193389. OLE color: 13193389.
HSL color Cylindrical-coordinate representation of color #AD50C9: hue angle of 286.12º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD50C9 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 80 | 201 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.21 |
| HSL | 286.12º | 0.53% | 0.55% | - |
| HSV(B) | 286.12º | 0.6% | 0.79% | - |
| XYZ | 30.64 | 18.84 | 57.28 | - |
| YUV | 121.6 | 172.81 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 201 | 0.14 | 0.60 | 0 | 0.21 | 286.12 | 0.53 | 0.55 |
| Hex | AD | 50 | C9 | E | 3C | 0 | 15 | 11E | 35 | 37 |
| Octal | 255 | 120 | 311 | 16 | 74 | 0 | 25 | 436 | 65 | 67 |
| Binary | 10101101 | 1010000 | 11001001 | 1110 | 111100 | 0 | 10101 | 100011110 | 110101 | 110111 |
Color Harmonies of #AD50C9
Complementary color
Monochromatic Colors of #AD50C9
Black with #AD50C9
Text Example
Text Example
White with #AD50C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD50C9; }
p { color: rgb(173,80,201); }
H1.HeaderClassName
{
color: #AD50C9;
}
.AnyTagClassName
{
color: #AD50C9;
}
</style>
background-color css
<style>
a { background-color: #AD50C9; }
a { background-color: rgb(173,80,201); }
div.DivClassName
{
background-color: #AD50C9;
}
.BgClassName
{
background-color: #AD50C9;
}
</style>
border-color css
<style>
span { border-color: #AD50C9; }
span { border-color: rgb(173,80,201); }
td.TdClassName
{
border-color: #AD50C9;
}
.TagClassName
{
border-color: #AD50C9;
}
</style>