Shades of Medium Orchid #AD5EDC
Tints of Medium Orchid #AD5EDC
RGB
CMYK
RGB Variations
Color information
#AD5EDC (or 0xAD5EDC) is known color: Medium Orchid. HEX triplet: AD, 5E and DC. RGB value is (173,94,220). Sum of RGB (Red+Green+Blue) = 173+94+220=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD5EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5EDC is #52A123. Grayscale: #838383. Windows color (decimal): -5415204 or 14442157. OLE color: 14442157.
HSL color Cylindrical-coordinate representation of color #AD5EDC: hue angle of 277.62º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD5EDC is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 94 | 220 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.14 |
| HSL | 277.62º | 0.64% | 0.62% | - |
| HSV(B) | 277.62º | 0.57% | 0.86% | - |
| XYZ | 34.15 | 22.06 | 70.17 | - |
| YUV | 131.99 | 177.67 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 220 | 0.21 | 0.57 | 0 | 0.14 | 277.62 | 0.64 | 0.62 |
| Hex | AD | 5E | DC | 15 | 39 | 0 | E | 116 | 40 | 3E |
| Octal | 255 | 136 | 334 | 25 | 71 | 0 | 16 | 426 | 100 | 76 |
| Binary | 10101101 | 1011110 | 11011100 | 10101 | 111001 | 0 | 1110 | 100010110 | 1000000 | 111110 |
Color Harmonies of #AD5EDC
Complementary color
Monochromatic Colors of #AD5EDC
Black with #AD5EDC
Text Example
Text Example
White with #AD5EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5EDC; }
p { color: rgb(173,94,220); }
H1.HeaderClassName
{
color: #AD5EDC;
}
.AnyTagClassName
{
color: #AD5EDC;
}
</style>
background-color css
<style>
a { background-color: #AD5EDC; }
a { background-color: rgb(173,94,220); }
div.DivClassName
{
background-color: #AD5EDC;
}
.BgClassName
{
background-color: #AD5EDC;
}
</style>
border-color css
<style>
span { border-color: #AD5EDC; }
span { border-color: rgb(173,94,220); }
td.TdClassName
{
border-color: #AD5EDC;
}
.TagClassName
{
border-color: #AD5EDC;
}
</style>