Shades of Medium Orchid #AD4FD6
Tints of Medium Orchid #AD4FD6
RGB
CMYK
RGB Variations
Color information
#AD4FD6 (or 0xAD4FD6) is known color: Medium Orchid. HEX triplet: AD, 4F and D6. RGB value is (173,79,214). Sum of RGB (Red+Green+Blue) = 173+79+214=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD4FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4FD6 is #52B029. Grayscale: #7A7A7A. Windows color (decimal): -5419050 or 14045101. OLE color: 14045101.
HSL color Cylindrical-coordinate representation of color #AD4FD6: hue angle of 281.78º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD4FD6 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 79 | 214 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.16 |
| HSL | 281.78º | 0.62% | 0.57% | - |
| HSV(B) | 281.78º | 0.63% | 0.84% | - |
| XYZ | 32.17 | 19.33 | 65.65 | - |
| YUV | 122.5 | 179.64 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 79 | 214 | 0.19 | 0.63 | 0 | 0.16 | 281.78 | 0.62 | 0.57 |
| Hex | AD | 4F | D6 | 13 | 3F | 0 | 10 | 11A | 3E | 39 |
| Octal | 255 | 117 | 326 | 23 | 77 | 0 | 20 | 432 | 76 | 71 |
| Binary | 10101101 | 1001111 | 11010110 | 10011 | 111111 | 0 | 10000 | 100011010 | 111110 | 111001 |
Color Harmonies of #AD4FD6
Complementary color
Monochromatic Colors of #AD4FD6
Black with #AD4FD6
Text Example
Text Example
White with #AD4FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4FD6; }
p { color: rgb(173,79,214); }
H1.HeaderClassName
{
color: #AD4FD6;
}
.AnyTagClassName
{
color: #AD4FD6;
}
</style>
background-color css
<style>
a { background-color: #AD4FD6; }
a { background-color: rgb(173,79,214); }
div.DivClassName
{
background-color: #AD4FD6;
}
.BgClassName
{
background-color: #AD4FD6;
}
</style>
border-color css
<style>
span { border-color: #AD4FD6; }
span { border-color: rgb(173,79,214); }
td.TdClassName
{
border-color: #AD4FD6;
}
.TagClassName
{
border-color: #AD4FD6;
}
</style>