Shades of Medium Orchid #AD50EF
Tints of Medium Orchid #AD50EF
RGB
CMYK
RGB Variations
Color information
#AD50EF (or 0xAD50EF) is known color: Medium Orchid. HEX triplet: AD, 50 and EF. RGB value is (173,80,239). Sum of RGB (Red+Green+Blue) = 173+80+239=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD50EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD50EF is #52AF10. Grayscale: #7D7D7D. Windows color (decimal): -5418769 or 15683757. OLE color: 15683757.
HSL color Cylindrical-coordinate representation of color #AD50EF: hue angle of 275.09º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD50EF is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 80 | 239 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.06 |
| HSL | 275.09º | 0.83% | 0.63% | - |
| HSV(B) | 275.09º | 0.67% | 0.94% | - |
| XYZ | 35.68 | 20.85 | 83.81 | - |
| YUV | 125.93 | 191.81 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 239 | 0.28 | 0.67 | 0 | 0.06 | 275.09 | 0.83 | 0.63 |
| Hex | AD | 50 | EF | 1C | 43 | 0 | 6 | 113 | 53 | 3F |
| Octal | 255 | 120 | 357 | 34 | 103 | 0 | 6 | 423 | 123 | 77 |
| Binary | 10101101 | 1010000 | 11101111 | 11100 | 1000011 | 0 | 110 | 100010011 | 1010011 | 111111 |
Color Harmonies of #AD50EF
Complementary color
Monochromatic Colors of #AD50EF
Black with #AD50EF
Text Example
Text Example
White with #AD50EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD50EF; }
p { color: rgb(173,80,239); }
H1.HeaderClassName
{
color: #AD50EF;
}
.AnyTagClassName
{
color: #AD50EF;
}
</style>
background-color css
<style>
a { background-color: #AD50EF; }
a { background-color: rgb(173,80,239); }
div.DivClassName
{
background-color: #AD50EF;
}
.BgClassName
{
background-color: #AD50EF;
}
</style>
border-color css
<style>
span { border-color: #AD50EF; }
span { border-color: rgb(173,80,239); }
td.TdClassName
{
border-color: #AD50EF;
}
.TagClassName
{
border-color: #AD50EF;
}
</style>