Shades of Medium Orchid #AD45EC
Tints of Medium Orchid #AD45EC
RGB
CMYK
RGB Variations
Color information
#AD45EC (or 0xAD45EC) is known color: Medium Orchid. HEX triplet: AD, 45 and EC. RGB value is (173,69,236). Sum of RGB (Red+Green+Blue) = 173+69+236=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 69 (27.34% from 255 or 14.44% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD45EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD45EC is #52BA13. Grayscale: #767676. Windows color (decimal): -5421588 or 15484333. OLE color: 15484333.
HSL color Cylindrical-coordinate representation of color #AD45EC: hue angle of 277.37º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD45EC is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 69 | 236 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.07 |
| HSL | 277.37º | 0.81% | 0.6% | - |
| HSV(B) | 277.37º | 0.71% | 0.93% | - |
| XYZ | 34.5 | 19.2 | 81.24 | - |
| YUV | 119.13 | 193.96 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 236 | 0.27 | 0.71 | 0 | 0.07 | 277.37 | 0.81 | 0.6 |
| Hex | AD | 45 | EC | 1B | 47 | 0 | 7 | 115 | 51 | 3C |
| Octal | 255 | 105 | 354 | 33 | 107 | 0 | 7 | 425 | 121 | 74 |
| Binary | 10101101 | 1000101 | 11101100 | 11011 | 1000111 | 0 | 111 | 100010101 | 1010001 | 111100 |
Color Harmonies of #AD45EC
Complementary color
Monochromatic Colors of #AD45EC
Black with #AD45EC
Text Example
Text Example
White with #AD45EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD45EC; }
p { color: rgb(173,69,236); }
H1.HeaderClassName
{
color: #AD45EC;
}
.AnyTagClassName
{
color: #AD45EC;
}
</style>
background-color css
<style>
a { background-color: #AD45EC; }
a { background-color: rgb(173,69,236); }
div.DivClassName
{
background-color: #AD45EC;
}
.BgClassName
{
background-color: #AD45EC;
}
</style>
border-color css
<style>
span { border-color: #AD45EC; }
span { border-color: rgb(173,69,236); }
td.TdClassName
{
border-color: #AD45EC;
}
.TagClassName
{
border-color: #AD45EC;
}
</style>