Shades of Medium Orchid #AD50F3
Tints of Medium Orchid #AD50F3
RGB
CMYK
RGB Variations
Color information
#AD50F3 (or 0xAD50F3) is known color: Medium Orchid. HEX triplet: AD, 50 and F3. RGB value is (173,80,243). Sum of RGB (Red+Green+Blue) = 173+80+243=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 243 (95.31% from 255 or 48.99% from 496); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD50F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD50F3 is #52AF0C. Grayscale: #7D7D7D. Windows color (decimal): -5418765 or 15945901. OLE color: 15945901.
HSL color Cylindrical-coordinate representation of color #AD50F3: hue angle of 274.23º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD50F3 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 80 | 243 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.05 |
| HSL | 274.23º | 0.87% | 0.63% | - |
| HSV(B) | 274.23º | 0.67% | 0.95% | - |
| XYZ | 36.28 | 21.09 | 86.95 | - |
| YUV | 126.39 | 193.81 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 243 | 0.29 | 0.67 | 0 | 0.05 | 274.23 | 0.87 | 0.63 |
| Hex | AD | 50 | F3 | 1D | 43 | 0 | 5 | 112 | 57 | 3F |
| Octal | 255 | 120 | 363 | 35 | 103 | 0 | 5 | 422 | 127 | 77 |
| Binary | 10101101 | 1010000 | 11110011 | 11101 | 1000011 | 0 | 101 | 100010010 | 1010111 | 111111 |
Color Harmonies of #AD50F3
Complementary color
Monochromatic Colors of #AD50F3
Black with #AD50F3
Text Example
Text Example
White with #AD50F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD50F3; }
p { color: rgb(173,80,243); }
H1.HeaderClassName
{
color: #AD50F3;
}
.AnyTagClassName
{
color: #AD50F3;
}
</style>
background-color css
<style>
a { background-color: #AD50F3; }
a { background-color: rgb(173,80,243); }
div.DivClassName
{
background-color: #AD50F3;
}
.BgClassName
{
background-color: #AD50F3;
}
</style>
border-color css
<style>
span { border-color: #AD50F3; }
span { border-color: rgb(173,80,243); }
td.TdClassName
{
border-color: #AD50F3;
}
.TagClassName
{
border-color: #AD50F3;
}
</style>