Shades of Medium Orchid #AD4FC0
Tints of Medium Orchid #AD4FC0
RGB
CMYK
RGB Variations
Color information
#AD4FC0 (or 0xAD4FC0) is known color: Medium Orchid. HEX triplet: AD, 4F and C0. RGB value is (173,79,192). Sum of RGB (Red+Green+Blue) = 173+79+192=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD4FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4FC0 is #52B03F. Grayscale: #777777. Windows color (decimal): -5419072 or 12603309. OLE color: 12603309.
HSL color Cylindrical-coordinate representation of color #AD4FC0: hue angle of 289.91º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD4FC0 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 79 | 192 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.25 |
| HSL | 289.91º | 0.47% | 0.53% | - |
| HSV(B) | 289.91º | 0.59% | 0.75% | - |
| XYZ | 29.54 | 18.28 | 51.84 | - |
| YUV | 119.99 | 168.64 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 79 | 192 | 0.10 | 0.59 | 0 | 0.25 | 289.91 | 0.47 | 0.53 |
| Hex | AD | 4F | C0 | A | 3B | 0 | 19 | 122 | 2F | 35 |
| Octal | 255 | 117 | 300 | 12 | 73 | 0 | 31 | 442 | 57 | 65 |
| Binary | 10101101 | 1001111 | 11000000 | 1010 | 111011 | 0 | 11001 | 100100010 | 101111 | 110101 |
Color Harmonies of #AD4FC0
Complementary color
Monochromatic Colors of #AD4FC0
Black with #AD4FC0
Text Example
Text Example
White with #AD4FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4FC0; }
p { color: rgb(173,79,192); }
H1.HeaderClassName
{
color: #AD4FC0;
}
.AnyTagClassName
{
color: #AD4FC0;
}
</style>
background-color css
<style>
a { background-color: #AD4FC0; }
a { background-color: rgb(173,79,192); }
div.DivClassName
{
background-color: #AD4FC0;
}
.BgClassName
{
background-color: #AD4FC0;
}
</style>
border-color css
<style>
span { border-color: #AD4FC0; }
span { border-color: rgb(173,79,192); }
td.TdClassName
{
border-color: #AD4FC0;
}
.TagClassName
{
border-color: #AD4FC0;
}
</style>