Shades of Medium Orchid #AD5DEE
Tints of Medium Orchid #AD5DEE
RGB
CMYK
RGB Variations
Color information
#AD5DEE (or 0xAD5DEE) is known color: Medium Orchid. HEX triplet: AD, 5D and EE. RGB value is (173,93,238). Sum of RGB (Red+Green+Blue) = 173+93+238=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 93 (36.72% from 255 or 18.45% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD5DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5DEE is #52A211. Grayscale: #848484. Windows color (decimal): -5415442 or 15621549. OLE color: 15621549.
HSL color Cylindrical-coordinate representation of color #AD5DEE: hue angle of 273.1º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD5DEE is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 93 | 238 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.07 |
| HSL | 273.1º | 0.81% | 0.65% | - |
| HSV(B) | 273.1º | 0.61% | 0.93% | - |
| XYZ | 36.58 | 22.89 | 83.38 | - |
| YUV | 133.45 | 187 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 238 | 0.27 | 0.61 | 0 | 0.07 | 273.1 | 0.81 | 0.65 |
| Hex | AD | 5D | EE | 1B | 3D | 0 | 7 | 111 | 51 | 41 |
| Octal | 255 | 135 | 356 | 33 | 75 | 0 | 7 | 421 | 121 | 101 |
| Binary | 10101101 | 1011101 | 11101110 | 11011 | 111101 | 0 | 111 | 100010001 | 1010001 | 1000001 |
Color Harmonies of #AD5DEE
Complementary color
Monochromatic Colors of #AD5DEE
Black with #AD5DEE
Text Example
Text Example
White with #AD5DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5DEE; }
p { color: rgb(173,93,238); }
H1.HeaderClassName
{
color: #AD5DEE;
}
.AnyTagClassName
{
color: #AD5DEE;
}
</style>
background-color css
<style>
a { background-color: #AD5DEE; }
a { background-color: rgb(173,93,238); }
div.DivClassName
{
background-color: #AD5DEE;
}
.BgClassName
{
background-color: #AD5DEE;
}
</style>
border-color css
<style>
span { border-color: #AD5DEE; }
span { border-color: rgb(173,93,238); }
td.TdClassName
{
border-color: #AD5DEE;
}
.TagClassName
{
border-color: #AD5DEE;
}
</style>