Shades of Medium Orchid #AD50EB
Tints of Medium Orchid #AD50EB
RGB
CMYK
RGB Variations
Color information
#AD50EB (or 0xAD50EB) is known color: Medium Orchid. HEX triplet: AD, 50 and EB. RGB value is (173,80,235). Sum of RGB (Red+Green+Blue) = 173+80+235=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD50EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD50EB is #52AF14. Grayscale: #7C7C7C. Windows color (decimal): -5418773 or 15421613. OLE color: 15421613.
HSL color Cylindrical-coordinate representation of color #AD50EB: hue angle of 276º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD50EB is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 80 | 235 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.08 |
| HSL | 276º | 0.79% | 0.62% | - |
| HSV(B) | 276º | 0.66% | 0.92% | - |
| XYZ | 35.1 | 20.62 | 80.73 | - |
| YUV | 125.48 | 189.81 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 235 | 0.26 | 0.66 | 0 | 0.08 | 276 | 0.79 | 0.62 |
| Hex | AD | 50 | EB | 1A | 42 | 0 | 8 | 114 | 4F | 3E |
| Octal | 255 | 120 | 353 | 32 | 102 | 0 | 10 | 424 | 117 | 76 |
| Binary | 10101101 | 1010000 | 11101011 | 11010 | 1000010 | 0 | 1000 | 100010100 | 1001111 | 111110 |
Color Harmonies of #AD50EB
Complementary color
Monochromatic Colors of #AD50EB
Black with #AD50EB
Text Example
Text Example
White with #AD50EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD50EB; }
p { color: rgb(173,80,235); }
H1.HeaderClassName
{
color: #AD50EB;
}
.AnyTagClassName
{
color: #AD50EB;
}
</style>
background-color css
<style>
a { background-color: #AD50EB; }
a { background-color: rgb(173,80,235); }
div.DivClassName
{
background-color: #AD50EB;
}
.BgClassName
{
background-color: #AD50EB;
}
</style>
border-color css
<style>
span { border-color: #AD50EB; }
span { border-color: rgb(173,80,235); }
td.TdClassName
{
border-color: #AD50EB;
}
.TagClassName
{
border-color: #AD50EB;
}
</style>