Shades of Medium Orchid #AD50FD
Tints of Medium Orchid #AD50FD
RGB
CMYK
RGB Variations
Color information
#AD50FD (or 0xAD50FD) is known color: Medium Orchid. HEX triplet: AD, 50 and FD. RGB value is (173,80,253). Sum of RGB (Red+Green+Blue) = 173+80+253=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD50FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD50FD is #52AF02. Grayscale: #7E7E7E. Windows color (decimal): -5418755 or 16601261. OLE color: 16601261.
HSL color Cylindrical-coordinate representation of color #AD50FD: hue angle of 272.25º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD50FD is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 80 | 253 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.01 |
| HSL | 272.25º | 0.98% | 0.65% | - |
| HSV(B) | 272.25º | 0.68% | 0.99% | - |
| XYZ | 37.83 | 21.71 | 95.13 | - |
| YUV | 127.53 | 198.81 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 253 | 0.32 | 0.68 | 0 | 0.01 | 272.25 | 0.98 | 0.65 |
| Hex | AD | 50 | FD | 20 | 44 | 0 | 1 | 110 | 62 | 41 |
| Octal | 255 | 120 | 375 | 40 | 104 | 0 | 1 | 420 | 142 | 101 |
| Binary | 10101101 | 1010000 | 11111101 | 100000 | 1000100 | 0 | 1 | 100010000 | 1100010 | 1000001 |
Color Harmonies of #AD50FD
Complementary color
Monochromatic Colors of #AD50FD
Black with #AD50FD
Text Example
Text Example
White with #AD50FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD50FD; }
p { color: rgb(173,80,253); }
H1.HeaderClassName
{
color: #AD50FD;
}
.AnyTagClassName
{
color: #AD50FD;
}
</style>
background-color css
<style>
a { background-color: #AD50FD; }
a { background-color: rgb(173,80,253); }
div.DivClassName
{
background-color: #AD50FD;
}
.BgClassName
{
background-color: #AD50FD;
}
</style>
border-color css
<style>
span { border-color: #AD50FD; }
span { border-color: rgb(173,80,253); }
td.TdClassName
{
border-color: #AD50FD;
}
.TagClassName
{
border-color: #AD50FD;
}
</style>