Shades of Medium Orchid #AD40EE
Tints of Medium Orchid #AD40EE
RGB
CMYK
RGB Variations
Color information
#AD40EE (or 0xAD40EE) is known color: Medium Orchid. HEX triplet: AD, 40 and EE. RGB value is (173,64,238). Sum of RGB (Red+Green+Blue) = 173+64+238=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD40EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD40EE is #52BF11. Grayscale: #737373. Windows color (decimal): -5422866 or 15614125. OLE color: 15614125.
HSL color Cylindrical-coordinate representation of color #AD40EE: hue angle of 277.59º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD40EE is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 64 | 238 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.07 |
| HSL | 277.59º | 0.84% | 0.59% | - |
| HSV(B) | 277.59º | 0.73% | 0.93% | - |
| XYZ | 34.5 | 18.72 | 82.68 | - |
| YUV | 116.43 | 196.61 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 238 | 0.27 | 0.73 | 0 | 0.07 | 277.59 | 0.84 | 0.59 |
| Hex | AD | 40 | EE | 1B | 49 | 0 | 7 | 116 | 54 | 3B |
| Octal | 255 | 100 | 356 | 33 | 111 | 0 | 7 | 426 | 124 | 73 |
| Binary | 10101101 | 1000000 | 11101110 | 11011 | 1001001 | 0 | 111 | 100010110 | 1010100 | 111011 |
Color Harmonies of #AD40EE
Complementary color
Monochromatic Colors of #AD40EE
Black with #AD40EE
Text Example
Text Example
White with #AD40EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD40EE; }
p { color: rgb(173,64,238); }
H1.HeaderClassName
{
color: #AD40EE;
}
.AnyTagClassName
{
color: #AD40EE;
}
</style>
background-color css
<style>
a { background-color: #AD40EE; }
a { background-color: rgb(173,64,238); }
div.DivClassName
{
background-color: #AD40EE;
}
.BgClassName
{
background-color: #AD40EE;
}
</style>
border-color css
<style>
span { border-color: #AD40EE; }
span { border-color: rgb(173,64,238); }
td.TdClassName
{
border-color: #AD40EE;
}
.TagClassName
{
border-color: #AD40EE;
}
</style>