Shades of Medium Orchid #AD50FC
Tints of Medium Orchid #AD50FC
RGB
CMYK
RGB Variations
Color information
#AD50FC (or 0xAD50FC) is known color: Medium Orchid. HEX triplet: AD, 50 and FC. RGB value is (173,80,252). Sum of RGB (Red+Green+Blue) = 173+80+252=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD50FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD50FC is #52AF03. Grayscale: #7E7E7E. Windows color (decimal): -5418756 or 16535725. OLE color: 16535725.
HSL color Cylindrical-coordinate representation of color #AD50FC: hue angle of 272.44º degrees, saturation: 0.97, 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 #AD50FC is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 80 | 252 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.01 |
| HSL | 272.44º | 0.97% | 0.65% | - |
| HSV(B) | 272.44º | 0.68% | 0.99% | - |
| XYZ | 37.67 | 21.65 | 94.29 | - |
| YUV | 127.42 | 198.31 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 252 | 0.31 | 0.68 | 0 | 0.01 | 272.44 | 0.97 | 0.65 |
| Hex | AD | 50 | FC | 1F | 44 | 0 | 1 | 110 | 61 | 41 |
| Octal | 255 | 120 | 374 | 37 | 104 | 0 | 1 | 420 | 141 | 101 |
| Binary | 10101101 | 1010000 | 11111100 | 11111 | 1000100 | 0 | 1 | 100010000 | 1100001 | 1000001 |
Color Harmonies of #AD50FC
Complementary color
Monochromatic Colors of #AD50FC
Black with #AD50FC
Text Example
Text Example
White with #AD50FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD50FC; }
p { color: rgb(173,80,252); }
H1.HeaderClassName
{
color: #AD50FC;
}
.AnyTagClassName
{
color: #AD50FC;
}
</style>
background-color css
<style>
a { background-color: #AD50FC; }
a { background-color: rgb(173,80,252); }
div.DivClassName
{
background-color: #AD50FC;
}
.BgClassName
{
background-color: #AD50FC;
}
</style>
border-color css
<style>
span { border-color: #AD50FC; }
span { border-color: rgb(173,80,252); }
td.TdClassName
{
border-color: #AD50FC;
}
.TagClassName
{
border-color: #AD50FC;
}
</style>