Shades of Medium Orchid #AD51D3
Tints of Medium Orchid #AD51D3
RGB
CMYK
RGB Variations
Color information
#AD51D3 (or 0xAD51D3) is known color: Medium Orchid. HEX triplet: AD, 51 and D3. RGB value is (173,81,211). Sum of RGB (Red+Green+Blue) = 173+81+211=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 211 (82.81% from 255 or 45.38% from 465); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD51D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD51D3 is #52AE2C. Grayscale: #7A7A7A. Windows color (decimal): -5418541 or 13849005. OLE color: 13849005.
HSL color Cylindrical-coordinate representation of color #AD51D3: hue angle of 282.46º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD51D3 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 81 | 211 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.17 |
| HSL | 282.46º | 0.6% | 0.57% | - |
| HSV(B) | 282.46º | 0.62% | 0.83% | - |
| XYZ | 31.93 | 19.47 | 63.7 | - |
| YUV | 123.33 | 177.48 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 211 | 0.18 | 0.62 | 0 | 0.17 | 282.46 | 0.6 | 0.57 |
| Hex | AD | 51 | D3 | 12 | 3E | 0 | 11 | 11A | 3C | 39 |
| Octal | 255 | 121 | 323 | 22 | 76 | 0 | 21 | 432 | 74 | 71 |
| Binary | 10101101 | 1010001 | 11010011 | 10010 | 111110 | 0 | 10001 | 100011010 | 111100 | 111001 |
Color Harmonies of #AD51D3
Complementary color
Monochromatic Colors of #AD51D3
Black with #AD51D3
Text Example
Text Example
White with #AD51D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD51D3; }
p { color: rgb(173,81,211); }
H1.HeaderClassName
{
color: #AD51D3;
}
.AnyTagClassName
{
color: #AD51D3;
}
</style>
background-color css
<style>
a { background-color: #AD51D3; }
a { background-color: rgb(173,81,211); }
div.DivClassName
{
background-color: #AD51D3;
}
.BgClassName
{
background-color: #AD51D3;
}
</style>
border-color css
<style>
span { border-color: #AD51D3; }
span { border-color: rgb(173,81,211); }
td.TdClassName
{
border-color: #AD51D3;
}
.TagClassName
{
border-color: #AD51D3;
}
</style>