Shades of Medium Orchid #AD62EC
Tints of Medium Orchid #AD62EC
RGB
CMYK
RGB Variations
Color information
#AD62EC (or 0xAD62EC) is known color: Medium Orchid. HEX triplet: AD, 62 and EC. RGB value is (173,98,236). Sum of RGB (Red+Green+Blue) = 173+98+236=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD62EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD62EC is #529D13. Grayscale: #878787. Windows color (decimal): -5414164 or 15491757. OLE color: 15491757.
HSL color Cylindrical-coordinate representation of color #AD62EC: hue angle of 272.61º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD62EC is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 98 | 236 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.07 |
| HSL | 272.61º | 0.78% | 0.65% | - |
| HSV(B) | 272.61º | 0.58% | 0.93% | - |
| XYZ | 36.74 | 23.68 | 81.99 | - |
| YUV | 136.16 | 184.35 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 236 | 0.27 | 0.58 | 0 | 0.07 | 272.61 | 0.78 | 0.65 |
| Hex | AD | 62 | EC | 1B | 3A | 0 | 7 | 111 | 4E | 41 |
| Octal | 255 | 142 | 354 | 33 | 72 | 0 | 7 | 421 | 116 | 101 |
| Binary | 10101101 | 1100010 | 11101100 | 11011 | 111010 | 0 | 111 | 100010001 | 1001110 | 1000001 |
Color Harmonies of #AD62EC
Complementary color
Monochromatic Colors of #AD62EC
Black with #AD62EC
Text Example
Text Example
White with #AD62EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD62EC; }
p { color: rgb(173,98,236); }
H1.HeaderClassName
{
color: #AD62EC;
}
.AnyTagClassName
{
color: #AD62EC;
}
</style>
background-color css
<style>
a { background-color: #AD62EC; }
a { background-color: rgb(173,98,236); }
div.DivClassName
{
background-color: #AD62EC;
}
.BgClassName
{
background-color: #AD62EC;
}
</style>
border-color css
<style>
span { border-color: #AD62EC; }
span { border-color: rgb(173,98,236); }
td.TdClassName
{
border-color: #AD62EC;
}
.TagClassName
{
border-color: #AD62EC;
}
</style>