Shades of Medium Orchid #AD5ECB
Tints of Medium Orchid #AD5ECB
RGB
CMYK
RGB Variations
Color information
#AD5ECB (or 0xAD5ECB) is known color: Medium Orchid. HEX triplet: AD, 5E and CB. RGB value is (173,94,203). Sum of RGB (Red+Green+Blue) = 173+94+203=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 94 (37.11% from 255 or 20% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD5ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5ECB is #52A134. Grayscale: #818181. Windows color (decimal): -5415221 or 13328045. OLE color: 13328045.
HSL color Cylindrical-coordinate representation of color #AD5ECB: hue angle of 283.49º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD5ECB is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 94 | 203 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.20 |
| HSL | 283.49º | 0.51% | 0.58% | - |
| HSV(B) | 283.49º | 0.54% | 0.8% | - |
| XYZ | 32.02 | 21.2 | 58.9 | - |
| YUV | 130.05 | 169.17 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 203 | 0.15 | 0.54 | 0 | 0.20 | 283.49 | 0.51 | 0.58 |
| Hex | AD | 5E | CB | F | 36 | 0 | 14 | 11B | 33 | 3A |
| Octal | 255 | 136 | 313 | 17 | 66 | 0 | 24 | 433 | 63 | 72 |
| Binary | 10101101 | 1011110 | 11001011 | 1111 | 110110 | 0 | 10100 | 100011011 | 110011 | 111010 |
Color Harmonies of #AD5ECB
Complementary color
Monochromatic Colors of #AD5ECB
Black with #AD5ECB
Text Example
Text Example
White with #AD5ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5ECB; }
p { color: rgb(173,94,203); }
H1.HeaderClassName
{
color: #AD5ECB;
}
.AnyTagClassName
{
color: #AD5ECB;
}
</style>
background-color css
<style>
a { background-color: #AD5ECB; }
a { background-color: rgb(173,94,203); }
div.DivClassName
{
background-color: #AD5ECB;
}
.BgClassName
{
background-color: #AD5ECB;
}
</style>
border-color css
<style>
span { border-color: #AD5ECB; }
span { border-color: rgb(173,94,203); }
td.TdClassName
{
border-color: #AD5ECB;
}
.TagClassName
{
border-color: #AD5ECB;
}
</style>