Shades of Medium Orchid #AD51C6
Tints of Medium Orchid #AD51C6
RGB
CMYK
RGB Variations
Color information
#AD51C6 (or 0xAD51C6) is known color: Medium Orchid. HEX triplet: AD, 51 and C6. RGB value is (173,81,198). Sum of RGB (Red+Green+Blue) = 173+81+198=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD51C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD51C6 is #52AE39. Grayscale: #797979. Windows color (decimal): -5418554 or 12997037. OLE color: 12997037.
HSL color Cylindrical-coordinate representation of color #AD51C6: hue angle of 287.18º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD51C6 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 81 | 198 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.22 |
| HSL | 287.18º | 0.51% | 0.55% | - |
| HSV(B) | 287.18º | 0.59% | 0.78% | - |
| XYZ | 30.37 | 18.85 | 55.46 | - |
| YUV | 121.85 | 170.98 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 198 | 0.13 | 0.59 | 0 | 0.22 | 287.18 | 0.51 | 0.55 |
| Hex | AD | 51 | C6 | D | 3B | 0 | 16 | 11F | 33 | 37 |
| Octal | 255 | 121 | 306 | 15 | 73 | 0 | 26 | 437 | 63 | 67 |
| Binary | 10101101 | 1010001 | 11000110 | 1101 | 111011 | 0 | 10110 | 100011111 | 110011 | 110111 |
Color Harmonies of #AD51C6
Complementary color
Monochromatic Colors of #AD51C6
Black with #AD51C6
Text Example
Text Example
White with #AD51C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD51C6; }
p { color: rgb(173,81,198); }
H1.HeaderClassName
{
color: #AD51C6;
}
.AnyTagClassName
{
color: #AD51C6;
}
</style>
background-color css
<style>
a { background-color: #AD51C6; }
a { background-color: rgb(173,81,198); }
div.DivClassName
{
background-color: #AD51C6;
}
.BgClassName
{
background-color: #AD51C6;
}
</style>
border-color css
<style>
span { border-color: #AD51C6; }
span { border-color: rgb(173,81,198); }
td.TdClassName
{
border-color: #AD51C6;
}
.TagClassName
{
border-color: #AD51C6;
}
</style>