Shades of Medium Orchid #AD54C1
Tints of Medium Orchid #AD54C1
RGB
CMYK
RGB Variations
Color information
#AD54C1 (or 0xAD54C1) is known color: Medium Orchid. HEX triplet: AD, 54 and C1. RGB value is (173,84,193). Sum of RGB (Red+Green+Blue) = 173+84+193=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD54C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD54C1 is #52AB3E. Grayscale: #7A7A7A. Windows color (decimal): -5417791 or 12670125. OLE color: 12670125.
HSL color Cylindrical-coordinate representation of color #AD54C1: hue angle of 288.99º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD54C1 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 84 | 193 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.24 |
| HSL | 288.99º | 0.47% | 0.54% | - |
| HSV(B) | 288.99º | 0.56% | 0.76% | - |
| XYZ | 30.03 | 19.08 | 52.55 | - |
| YUV | 123.04 | 167.49 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 193 | 0.10 | 0.56 | 0 | 0.24 | 288.99 | 0.47 | 0.54 |
| Hex | AD | 54 | C1 | A | 38 | 0 | 18 | 121 | 2F | 36 |
| Octal | 255 | 124 | 301 | 12 | 70 | 0 | 30 | 441 | 57 | 66 |
| Binary | 10101101 | 1010100 | 11000001 | 1010 | 111000 | 0 | 11000 | 100100001 | 101111 | 110110 |
Color Harmonies of #AD54C1
Complementary color
Monochromatic Colors of #AD54C1
Black with #AD54C1
Text Example
Text Example
White with #AD54C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD54C1; }
p { color: rgb(173,84,193); }
H1.HeaderClassName
{
color: #AD54C1;
}
.AnyTagClassName
{
color: #AD54C1;
}
</style>
background-color css
<style>
a { background-color: #AD54C1; }
a { background-color: rgb(173,84,193); }
div.DivClassName
{
background-color: #AD54C1;
}
.BgClassName
{
background-color: #AD54C1;
}
</style>
border-color css
<style>
span { border-color: #AD54C1; }
span { border-color: rgb(173,84,193); }
td.TdClassName
{
border-color: #AD54C1;
}
.TagClassName
{
border-color: #AD54C1;
}
</style>