Shades of Medium Orchid #AD5BDC
Tints of Medium Orchid #AD5BDC
RGB
CMYK
RGB Variations
Color information
#AD5BDC (or 0xAD5BDC) is known color: Medium Orchid. HEX triplet: AD, 5B and DC. RGB value is (173,91,220). Sum of RGB (Red+Green+Blue) = 173+91+220=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 91 (35.94% from 255 or 18.80% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD5BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5BDC is #52A423. Grayscale: #818181. Windows color (decimal): -5415972 or 14441389. OLE color: 14441389.
HSL color Cylindrical-coordinate representation of color #AD5BDC: hue angle of 278.14º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD5BDC is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 91 | 220 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.14 |
| HSL | 278.14º | 0.65% | 0.61% | - |
| HSV(B) | 278.14º | 0.59% | 0.86% | - |
| XYZ | 33.89 | 21.53 | 70.08 | - |
| YUV | 130.22 | 178.67 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 91 | 220 | 0.21 | 0.59 | 0 | 0.14 | 278.14 | 0.65 | 0.61 |
| Hex | AD | 5B | DC | 15 | 3B | 0 | E | 116 | 41 | 3D |
| Octal | 255 | 133 | 334 | 25 | 73 | 0 | 16 | 426 | 101 | 75 |
| Binary | 10101101 | 1011011 | 11011100 | 10101 | 111011 | 0 | 1110 | 100010110 | 1000001 | 111101 |
Color Harmonies of #AD5BDC
Complementary color
Monochromatic Colors of #AD5BDC
Black with #AD5BDC
Text Example
Text Example
White with #AD5BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5BDC; }
p { color: rgb(173,91,220); }
H1.HeaderClassName
{
color: #AD5BDC;
}
.AnyTagClassName
{
color: #AD5BDC;
}
</style>
background-color css
<style>
a { background-color: #AD5BDC; }
a { background-color: rgb(173,91,220); }
div.DivClassName
{
background-color: #AD5BDC;
}
.BgClassName
{
background-color: #AD5BDC;
}
</style>
border-color css
<style>
span { border-color: #AD5BDC; }
span { border-color: rgb(173,91,220); }
td.TdClassName
{
border-color: #AD5BDC;
}
.TagClassName
{
border-color: #AD5BDC;
}
</style>