Shades of Medium Orchid #AD5FCD
Tints of Medium Orchid #AD5FCD
RGB
CMYK
RGB Variations
Color information
#AD5FCD (or 0xAD5FCD) is known color: Medium Orchid. HEX triplet: AD, 5F and CD. RGB value is (173,95,205). Sum of RGB (Red+Green+Blue) = 173+95+205=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD5FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5FCD is #52A032. Grayscale: #828282. Windows color (decimal): -5414963 or 13459373. OLE color: 13459373.
HSL color Cylindrical-coordinate representation of color #AD5FCD: hue angle of 282.55º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD5FCD is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 95 | 205 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.20 |
| HSL | 282.55º | 0.52% | 0.59% | - |
| HSV(B) | 282.55º | 0.54% | 0.8% | - |
| XYZ | 32.35 | 21.48 | 60.2 | - |
| YUV | 130.86 | 169.84 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 205 | 0.16 | 0.54 | 0 | 0.20 | 282.55 | 0.52 | 0.59 |
| Hex | AD | 5F | CD | 10 | 36 | 0 | 14 | 11B | 34 | 3B |
| Octal | 255 | 137 | 315 | 20 | 66 | 0 | 24 | 433 | 64 | 73 |
| Binary | 10101101 | 1011111 | 11001101 | 10000 | 110110 | 0 | 10100 | 100011011 | 110100 | 111011 |
Color Harmonies of #AD5FCD
Complementary color
Monochromatic Colors of #AD5FCD
Black with #AD5FCD
Text Example
Text Example
White with #AD5FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5FCD; }
p { color: rgb(173,95,205); }
H1.HeaderClassName
{
color: #AD5FCD;
}
.AnyTagClassName
{
color: #AD5FCD;
}
</style>
background-color css
<style>
a { background-color: #AD5FCD; }
a { background-color: rgb(173,95,205); }
div.DivClassName
{
background-color: #AD5FCD;
}
.BgClassName
{
background-color: #AD5FCD;
}
</style>
border-color css
<style>
span { border-color: #AD5FCD; }
span { border-color: rgb(173,95,205); }
td.TdClassName
{
border-color: #AD5FCD;
}
.TagClassName
{
border-color: #AD5FCD;
}
</style>