Shades of Medium Orchid #AD51D4
Tints of Medium Orchid #AD51D4
RGB
CMYK
RGB Variations
Color information
#AD51D4 (or 0xAD51D4) is known color: Medium Orchid. HEX triplet: AD, 51 and D4. RGB value is (173,81,212). Sum of RGB (Red+Green+Blue) = 173+81+212=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD51D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD51D4 is #52AE2B. Grayscale: #7B7B7B. Windows color (decimal): -5418540 or 13914541. OLE color: 13914541.
HSL color Cylindrical-coordinate representation of color #AD51D4: hue angle of 282.14º 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 #AD51D4 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 81 | 212 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.17 |
| HSL | 282.14º | 0.6% | 0.57% | - |
| HSV(B) | 282.14º | 0.62% | 0.83% | - |
| XYZ | 32.06 | 19.52 | 64.37 | - |
| YUV | 123.44 | 177.98 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 212 | 0.18 | 0.62 | 0 | 0.17 | 282.14 | 0.6 | 0.57 |
| Hex | AD | 51 | D4 | 12 | 3E | 0 | 11 | 11A | 3C | 39 |
| Octal | 255 | 121 | 324 | 22 | 76 | 0 | 21 | 432 | 74 | 71 |
| Binary | 10101101 | 1010001 | 11010100 | 10010 | 111110 | 0 | 10001 | 100011010 | 111100 | 111001 |
Color Harmonies of #AD51D4
Complementary color
Monochromatic Colors of #AD51D4
Black with #AD51D4
Text Example
Text Example
White with #AD51D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD51D4; }
p { color: rgb(173,81,212); }
H1.HeaderClassName
{
color: #AD51D4;
}
.AnyTagClassName
{
color: #AD51D4;
}
</style>
background-color css
<style>
a { background-color: #AD51D4; }
a { background-color: rgb(173,81,212); }
div.DivClassName
{
background-color: #AD51D4;
}
.BgClassName
{
background-color: #AD51D4;
}
</style>
border-color css
<style>
span { border-color: #AD51D4; }
span { border-color: rgb(173,81,212); }
td.TdClassName
{
border-color: #AD51D4;
}
.TagClassName
{
border-color: #AD51D4;
}
</style>