Shades of Medium Orchid #AD57EE
Tints of Medium Orchid #AD57EE
RGB
CMYK
RGB Variations
Color information
#AD57EE (or 0xAD57EE) is known color: Medium Orchid. HEX triplet: AD, 57 and EE. RGB value is (173,87,238). Sum of RGB (Red+Green+Blue) = 173+87+238=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 87 (34.38% from 255 or 17.47% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD57EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD57EE is #52A811. Grayscale: #818181. Windows color (decimal): -5416978 or 15620013. OLE color: 15620013.
HSL color Cylindrical-coordinate representation of color #AD57EE: hue angle of 274.17º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD57EE is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 87 | 238 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.07 |
| HSL | 274.17º | 0.82% | 0.64% | - |
| HSV(B) | 274.17º | 0.63% | 0.93% | - |
| XYZ | 36.07 | 21.87 | 83.21 | - |
| YUV | 129.93 | 188.99 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 238 | 0.27 | 0.63 | 0 | 0.07 | 274.17 | 0.82 | 0.64 |
| Hex | AD | 57 | EE | 1B | 3F | 0 | 7 | 112 | 52 | 40 |
| Octal | 255 | 127 | 356 | 33 | 77 | 0 | 7 | 422 | 122 | 100 |
| Binary | 10101101 | 1010111 | 11101110 | 11011 | 111111 | 0 | 111 | 100010010 | 1010010 | 1000000 |
Color Harmonies of #AD57EE
Complementary color
Monochromatic Colors of #AD57EE
Black with #AD57EE
Text Example
Text Example
White with #AD57EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD57EE; }
p { color: rgb(173,87,238); }
H1.HeaderClassName
{
color: #AD57EE;
}
.AnyTagClassName
{
color: #AD57EE;
}
</style>
background-color css
<style>
a { background-color: #AD57EE; }
a { background-color: rgb(173,87,238); }
div.DivClassName
{
background-color: #AD57EE;
}
.BgClassName
{
background-color: #AD57EE;
}
</style>
border-color css
<style>
span { border-color: #AD57EE; }
span { border-color: rgb(173,87,238); }
td.TdClassName
{
border-color: #AD57EE;
}
.TagClassName
{
border-color: #AD57EE;
}
</style>