Shades of Medium Orchid #AD5FC5
Tints of Medium Orchid #AD5FC5
RGB
CMYK
RGB Variations
Color information
#AD5FC5 (or 0xAD5FC5) is known color: Medium Orchid. HEX triplet: AD, 5F and C5. RGB value is (173,95,197). Sum of RGB (Red+Green+Blue) = 173+95+197=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 197 - color contains mainly: blue. Hex color #AD5FC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5FC5 is #52A03A. Grayscale: #818181. Windows color (decimal): -5414971 or 12935085. OLE color: 12935085.
HSL color Cylindrical-coordinate representation of color #AD5FC5: hue angle of 285.88º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD5FC5 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 95 | 197 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.23 |
| HSL | 285.88º | 0.47% | 0.57% | - |
| HSV(B) | 285.88º | 0.52% | 0.77% | - |
| XYZ | 31.4 | 21.1 | 55.24 | - |
| YUV | 129.95 | 165.84 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 197 | 0.12 | 0.52 | 0 | 0.23 | 285.88 | 0.47 | 0.57 |
| Hex | AD | 5F | C5 | C | 34 | 0 | 17 | 11E | 2F | 39 |
| Octal | 255 | 137 | 305 | 14 | 64 | 0 | 27 | 436 | 57 | 71 |
| Binary | 10101101 | 1011111 | 11000101 | 1100 | 110100 | 0 | 10111 | 100011110 | 101111 | 111001 |
Color Harmonies of #AD5FC5
Complementary color
Monochromatic Colors of #AD5FC5
Black with #AD5FC5
Text Example
Text Example
White with #AD5FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5FC5; }
p { color: rgb(173,95,197); }
H1.HeaderClassName
{
color: #AD5FC5;
}
.AnyTagClassName
{
color: #AD5FC5;
}
</style>
background-color css
<style>
a { background-color: #AD5FC5; }
a { background-color: rgb(173,95,197); }
div.DivClassName
{
background-color: #AD5FC5;
}
.BgClassName
{
background-color: #AD5FC5;
}
</style>
border-color css
<style>
span { border-color: #AD5FC5; }
span { border-color: rgb(173,95,197); }
td.TdClassName
{
border-color: #AD5FC5;
}
.TagClassName
{
border-color: #AD5FC5;
}
</style>