Shades of Medium Orchid #AD4DFD
Tints of Medium Orchid #AD4DFD
RGB
CMYK
RGB Variations
Color information
#AD4DFD (or 0xAD4DFD) is known color: Medium Orchid. HEX triplet: AD, 4D and FD. RGB value is (173,77,253). Sum of RGB (Red+Green+Blue) = 173+77+253=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 77 (30.47% from 255 or 15.31% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD4DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4DFD is #52B202. Grayscale: #7D7D7D. Windows color (decimal): -5419523 or 16600493. OLE color: 16600493.
HSL color Cylindrical-coordinate representation of color #AD4DFD: hue angle of 272.73º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD4DFD is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 77 | 253 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.01 |
| HSL | 272.73º | 0.98% | 0.65% | - |
| HSV(B) | 272.73º | 0.7% | 0.99% | - |
| XYZ | 37.62 | 21.28 | 95.05 | - |
| YUV | 125.77 | 199.8 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 253 | 0.32 | 0.70 | 0 | 0.01 | 272.73 | 0.98 | 0.65 |
| Hex | AD | 4D | FD | 20 | 46 | 0 | 1 | 111 | 62 | 41 |
| Octal | 255 | 115 | 375 | 40 | 106 | 0 | 1 | 421 | 142 | 101 |
| Binary | 10101101 | 1001101 | 11111101 | 100000 | 1000110 | 0 | 1 | 100010001 | 1100010 | 1000001 |
Color Harmonies of #AD4DFD
Complementary color
Monochromatic Colors of #AD4DFD
Black with #AD4DFD
Text Example
Text Example
White with #AD4DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4DFD; }
p { color: rgb(173,77,253); }
H1.HeaderClassName
{
color: #AD4DFD;
}
.AnyTagClassName
{
color: #AD4DFD;
}
</style>
background-color css
<style>
a { background-color: #AD4DFD; }
a { background-color: rgb(173,77,253); }
div.DivClassName
{
background-color: #AD4DFD;
}
.BgClassName
{
background-color: #AD4DFD;
}
</style>
border-color css
<style>
span { border-color: #AD4DFD; }
span { border-color: rgb(173,77,253); }
td.TdClassName
{
border-color: #AD4DFD;
}
.TagClassName
{
border-color: #AD4DFD;
}
</style>