Shades of Medium Orchid #AD45EE
Tints of Medium Orchid #AD45EE
RGB
CMYK
RGB Variations
Color information
#AD45EE (or 0xAD45EE) is known color: Medium Orchid. HEX triplet: AD, 45 and EE. RGB value is (173,69,238). Sum of RGB (Red+Green+Blue) = 173+69+238=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 69 (27.34% from 255 or 14.38% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD45EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD45EE is #52BA11. Grayscale: #767676. Windows color (decimal): -5421586 or 15615405. OLE color: 15615405.
HSL color Cylindrical-coordinate representation of color #AD45EE: hue angle of 276.92º degrees, saturation: 0.83, 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 #AD45EE is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 69 | 238 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.07 |
| HSL | 276.92º | 0.83% | 0.6% | - |
| HSV(B) | 276.92º | 0.71% | 0.93% | - |
| XYZ | 34.79 | 19.31 | 82.78 | - |
| YUV | 119.36 | 194.96 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 238 | 0.27 | 0.71 | 0 | 0.07 | 276.92 | 0.83 | 0.6 |
| Hex | AD | 45 | EE | 1B | 47 | 0 | 7 | 115 | 53 | 3C |
| Octal | 255 | 105 | 356 | 33 | 107 | 0 | 7 | 425 | 123 | 74 |
| Binary | 10101101 | 1000101 | 11101110 | 11011 | 1000111 | 0 | 111 | 100010101 | 1010011 | 111100 |
Color Harmonies of #AD45EE
Complementary color
Monochromatic Colors of #AD45EE
Black with #AD45EE
Text Example
Text Example
White with #AD45EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD45EE; }
p { color: rgb(173,69,238); }
H1.HeaderClassName
{
color: #AD45EE;
}
.AnyTagClassName
{
color: #AD45EE;
}
</style>
background-color css
<style>
a { background-color: #AD45EE; }
a { background-color: rgb(173,69,238); }
div.DivClassName
{
background-color: #AD45EE;
}
.BgClassName
{
background-color: #AD45EE;
}
</style>
border-color css
<style>
span { border-color: #AD45EE; }
span { border-color: rgb(173,69,238); }
td.TdClassName
{
border-color: #AD45EE;
}
.TagClassName
{
border-color: #AD45EE;
}
</style>