Shades of Medium Orchid #AD4EEE
Tints of Medium Orchid #AD4EEE
RGB
CMYK
RGB Variations
Color information
#AD4EEE (or 0xAD4EEE) is known color: Medium Orchid. HEX triplet: AD, 4E and EE. RGB value is (173,78,238). Sum of RGB (Red+Green+Blue) = 173+78+238=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 78 (30.86% from 255 or 15.95% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD4EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4EEE is #52B111. Grayscale: #7C7C7C. Windows color (decimal): -5419282 or 15617709. OLE color: 15617709.
HSL color Cylindrical-coordinate representation of color #AD4EEE: hue angle of 275.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD4EEE is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 78 | 238 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.07 |
| HSL | 275.63º | 0.82% | 0.62% | - |
| HSV(B) | 275.63º | 0.67% | 0.93% | - |
| XYZ | 35.39 | 20.51 | 82.98 | - |
| YUV | 124.65 | 191.97 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 238 | 0.27 | 0.67 | 0 | 0.07 | 275.63 | 0.82 | 0.62 |
| Hex | AD | 4E | EE | 1B | 43 | 0 | 7 | 114 | 52 | 3E |
| Octal | 255 | 116 | 356 | 33 | 103 | 0 | 7 | 424 | 122 | 76 |
| Binary | 10101101 | 1001110 | 11101110 | 11011 | 1000011 | 0 | 111 | 100010100 | 1010010 | 111110 |
Color Harmonies of #AD4EEE
Complementary color
Monochromatic Colors of #AD4EEE
Black with #AD4EEE
Text Example
Text Example
White with #AD4EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4EEE; }
p { color: rgb(173,78,238); }
H1.HeaderClassName
{
color: #AD4EEE;
}
.AnyTagClassName
{
color: #AD4EEE;
}
</style>
background-color css
<style>
a { background-color: #AD4EEE; }
a { background-color: rgb(173,78,238); }
div.DivClassName
{
background-color: #AD4EEE;
}
.BgClassName
{
background-color: #AD4EEE;
}
</style>
border-color css
<style>
span { border-color: #AD4EEE; }
span { border-color: rgb(173,78,238); }
td.TdClassName
{
border-color: #AD4EEE;
}
.TagClassName
{
border-color: #AD4EEE;
}
</style>