Shades of Medium Orchid #AD5ECF
Tints of Medium Orchid #AD5ECF
RGB
CMYK
RGB Variations
Color information
#AD5ECF (or 0xAD5ECF) is known color: Medium Orchid. HEX triplet: AD, 5E and CF. RGB value is (173,94,207). Sum of RGB (Red+Green+Blue) = 173+94+207=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 94 (37.11% from 255 or 19.83% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD5ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5ECF is #52A130. Grayscale: #828282. Windows color (decimal): -5415217 or 13590189. OLE color: 13590189.
HSL color Cylindrical-coordinate representation of color #AD5ECF: hue angle of 281.95º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD5ECF is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 94 | 207 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.19 |
| HSL | 281.95º | 0.54% | 0.59% | - |
| HSV(B) | 281.95º | 0.55% | 0.81% | - |
| XYZ | 32.5 | 21.39 | 61.45 | - |
| YUV | 130.5 | 171.17 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 207 | 0.16 | 0.55 | 0 | 0.19 | 281.95 | 0.54 | 0.59 |
| Hex | AD | 5E | CF | 10 | 37 | 0 | 13 | 11A | 36 | 3B |
| Octal | 255 | 136 | 317 | 20 | 67 | 0 | 23 | 432 | 66 | 73 |
| Binary | 10101101 | 1011110 | 11001111 | 10000 | 110111 | 0 | 10011 | 100011010 | 110110 | 111011 |
Color Harmonies of #AD5ECF
Complementary color
Monochromatic Colors of #AD5ECF
Black with #AD5ECF
Text Example
Text Example
White with #AD5ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5ECF; }
p { color: rgb(173,94,207); }
H1.HeaderClassName
{
color: #AD5ECF;
}
.AnyTagClassName
{
color: #AD5ECF;
}
</style>
background-color css
<style>
a { background-color: #AD5ECF; }
a { background-color: rgb(173,94,207); }
div.DivClassName
{
background-color: #AD5ECF;
}
.BgClassName
{
background-color: #AD5ECF;
}
</style>
border-color css
<style>
span { border-color: #AD5ECF; }
span { border-color: rgb(173,94,207); }
td.TdClassName
{
border-color: #AD5ECF;
}
.TagClassName
{
border-color: #AD5ECF;
}
</style>