Shades of Medium Orchid #AD57C5
Tints of Medium Orchid #AD57C5
RGB
CMYK
RGB Variations
Color information
#AD57C5 (or 0xAD57C5) is known color: Medium Orchid. HEX triplet: AD, 57 and C5. RGB value is (173,87,197). Sum of RGB (Red+Green+Blue) = 173+87+197=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 197 (77.34% from 255 or 43.11% from 457); Max value from RGB is 197 - color contains mainly: blue. Hex color #AD57C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD57C5 is #52A83A. Grayscale: #7C7C7C. Windows color (decimal): -5417019 or 12933037. OLE color: 12933037.
HSL color Cylindrical-coordinate representation of color #AD57C5: hue angle of 286.91º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD57C5 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 87 | 197 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.23 |
| HSL | 286.91º | 0.49% | 0.56% | - |
| HSV(B) | 286.91º | 0.56% | 0.77% | - |
| XYZ | 30.72 | 19.73 | 55.01 | - |
| YUV | 125.25 | 168.49 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 197 | 0.12 | 0.56 | 0 | 0.23 | 286.91 | 0.49 | 0.56 |
| Hex | AD | 57 | C5 | C | 38 | 0 | 17 | 11F | 31 | 38 |
| Octal | 255 | 127 | 305 | 14 | 70 | 0 | 27 | 437 | 61 | 70 |
| Binary | 10101101 | 1010111 | 11000101 | 1100 | 111000 | 0 | 10111 | 100011111 | 110001 | 111000 |
Color Harmonies of #AD57C5
Complementary color
Monochromatic Colors of #AD57C5
Black with #AD57C5
Text Example
Text Example
White with #AD57C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD57C5; }
p { color: rgb(173,87,197); }
H1.HeaderClassName
{
color: #AD57C5;
}
.AnyTagClassName
{
color: #AD57C5;
}
</style>
background-color css
<style>
a { background-color: #AD57C5; }
a { background-color: rgb(173,87,197); }
div.DivClassName
{
background-color: #AD57C5;
}
.BgClassName
{
background-color: #AD57C5;
}
</style>
border-color css
<style>
span { border-color: #AD57C5; }
span { border-color: rgb(173,87,197); }
td.TdClassName
{
border-color: #AD57C5;
}
.TagClassName
{
border-color: #AD57C5;
}
</style>