Shades of Medium Orchid #AD5FEC
Tints of Medium Orchid #AD5FEC
RGB
CMYK
RGB Variations
Color information
#AD5FEC (or 0xAD5FEC) is known color: Medium Orchid. HEX triplet: AD, 5F and EC. RGB value is (173,95,236). Sum of RGB (Red+Green+Blue) = 173+95+236=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD5FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5FEC is #52A013. Grayscale: #858585. Windows color (decimal): -5414932 or 15490989. OLE color: 15490989.
HSL color Cylindrical-coordinate representation of color #AD5FEC: hue angle of 273.19º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD5FEC is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 95 | 236 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.07 |
| HSL | 273.19º | 0.79% | 0.65% | - |
| HSV(B) | 273.19º | 0.6% | 0.93% | - |
| XYZ | 36.47 | 23.12 | 81.9 | - |
| YUV | 134.4 | 185.34 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 236 | 0.27 | 0.60 | 0 | 0.07 | 273.19 | 0.79 | 0.65 |
| Hex | AD | 5F | EC | 1B | 3C | 0 | 7 | 111 | 4F | 41 |
| Octal | 255 | 137 | 354 | 33 | 74 | 0 | 7 | 421 | 117 | 101 |
| Binary | 10101101 | 1011111 | 11101100 | 11011 | 111100 | 0 | 111 | 100010001 | 1001111 | 1000001 |
Color Harmonies of #AD5FEC
Complementary color
Monochromatic Colors of #AD5FEC
Black with #AD5FEC
Text Example
Text Example
White with #AD5FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5FEC; }
p { color: rgb(173,95,236); }
H1.HeaderClassName
{
color: #AD5FEC;
}
.AnyTagClassName
{
color: #AD5FEC;
}
</style>
background-color css
<style>
a { background-color: #AD5FEC; }
a { background-color: rgb(173,95,236); }
div.DivClassName
{
background-color: #AD5FEC;
}
.BgClassName
{
background-color: #AD5FEC;
}
</style>
border-color css
<style>
span { border-color: #AD5FEC; }
span { border-color: rgb(173,95,236); }
td.TdClassName
{
border-color: #AD5FEC;
}
.TagClassName
{
border-color: #AD5FEC;
}
</style>