Shades of Medium Orchid #AD4FD4
Tints of Medium Orchid #AD4FD4
RGB
CMYK
RGB Variations
Color information
#AD4FD4 (or 0xAD4FD4) is known color: Medium Orchid. HEX triplet: AD, 4F and D4. RGB value is (173,79,212). Sum of RGB (Red+Green+Blue) = 173+79+212=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD4FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4FD4 is #52B02B. Grayscale: #797979. Windows color (decimal): -5419052 or 13914029. OLE color: 13914029.
HSL color Cylindrical-coordinate representation of color #AD4FD4: hue angle of 282.41º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD4FD4 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 79 | 212 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.17 |
| HSL | 282.41º | 0.61% | 0.57% | - |
| HSV(B) | 282.41º | 0.63% | 0.83% | - |
| XYZ | 31.91 | 19.23 | 64.32 | - |
| YUV | 122.27 | 178.64 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 79 | 212 | 0.18 | 0.63 | 0 | 0.17 | 282.41 | 0.61 | 0.57 |
| Hex | AD | 4F | D4 | 12 | 3F | 0 | 11 | 11A | 3D | 39 |
| Octal | 255 | 117 | 324 | 22 | 77 | 0 | 21 | 432 | 75 | 71 |
| Binary | 10101101 | 1001111 | 11010100 | 10010 | 111111 | 0 | 10001 | 100011010 | 111101 | 111001 |
Color Harmonies of #AD4FD4
Complementary color
Monochromatic Colors of #AD4FD4
Black with #AD4FD4
Text Example
Text Example
White with #AD4FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4FD4; }
p { color: rgb(173,79,212); }
H1.HeaderClassName
{
color: #AD4FD4;
}
.AnyTagClassName
{
color: #AD4FD4;
}
</style>
background-color css
<style>
a { background-color: #AD4FD4; }
a { background-color: rgb(173,79,212); }
div.DivClassName
{
background-color: #AD4FD4;
}
.BgClassName
{
background-color: #AD4FD4;
}
</style>
border-color css
<style>
span { border-color: #AD4FD4; }
span { border-color: rgb(173,79,212); }
td.TdClassName
{
border-color: #AD4FD4;
}
.TagClassName
{
border-color: #AD4FD4;
}
</style>