Shades of Medium Orchid #AD4FC1
Tints of Medium Orchid #AD4FC1
RGB
CMYK
RGB Variations
Color information
#AD4FC1 (or 0xAD4FC1) is known color: Medium Orchid. HEX triplet: AD, 4F and C1. RGB value is (173,79,193). Sum of RGB (Red+Green+Blue) = 173+79+193=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD4FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4FC1 is #52B03E. Grayscale: #777777. Windows color (decimal): -5419071 or 12668845. OLE color: 12668845.
HSL color Cylindrical-coordinate representation of color #AD4FC1: hue angle of 289.47º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD4FC1 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 79 | 193 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.24 |
| HSL | 289.47º | 0.48% | 0.53% | - |
| HSV(B) | 289.47º | 0.59% | 0.76% | - |
| XYZ | 29.66 | 18.33 | 52.43 | - |
| YUV | 120.1 | 169.14 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 79 | 193 | 0.10 | 0.59 | 0 | 0.24 | 289.47 | 0.48 | 0.53 |
| Hex | AD | 4F | C1 | A | 3B | 0 | 18 | 121 | 30 | 35 |
| Octal | 255 | 117 | 301 | 12 | 73 | 0 | 30 | 441 | 60 | 65 |
| Binary | 10101101 | 1001111 | 11000001 | 1010 | 111011 | 0 | 11000 | 100100001 | 110000 | 110101 |
Color Harmonies of #AD4FC1
Complementary color
Monochromatic Colors of #AD4FC1
Black with #AD4FC1
Text Example
Text Example
White with #AD4FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4FC1; }
p { color: rgb(173,79,193); }
H1.HeaderClassName
{
color: #AD4FC1;
}
.AnyTagClassName
{
color: #AD4FC1;
}
</style>
background-color css
<style>
a { background-color: #AD4FC1; }
a { background-color: rgb(173,79,193); }
div.DivClassName
{
background-color: #AD4FC1;
}
.BgClassName
{
background-color: #AD4FC1;
}
</style>
border-color css
<style>
span { border-color: #AD4FC1; }
span { border-color: rgb(173,79,193); }
td.TdClassName
{
border-color: #AD4FC1;
}
.TagClassName
{
border-color: #AD4FC1;
}
</style>