Shades of Medium Orchid #AD4EDF
Tints of Medium Orchid #AD4EDF
RGB
CMYK
RGB Variations
Color information
#AD4EDF (or 0xAD4EDF) is known color: Medium Orchid. HEX triplet: AD, 4E and DF. RGB value is (173,78,223). Sum of RGB (Red+Green+Blue) = 173+78+223=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD4EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4EDF is #52B120. Grayscale: #7A7A7A. Windows color (decimal): -5419297 or 14634669. OLE color: 14634669.
HSL color Cylindrical-coordinate representation of color #AD4EDF: hue angle of 279.31º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD4EDF is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 78 | 223 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.13 |
| HSL | 279.31º | 0.69% | 0.59% | - |
| HSV(B) | 279.31º | 0.65% | 0.87% | - |
| XYZ | 33.28 | 19.66 | 71.85 | - |
| YUV | 122.94 | 184.47 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 223 | 0.22 | 0.65 | 0 | 0.13 | 279.31 | 0.69 | 0.59 |
| Hex | AD | 4E | DF | 16 | 41 | 0 | D | 117 | 45 | 3B |
| Octal | 255 | 116 | 337 | 26 | 101 | 0 | 15 | 427 | 105 | 73 |
| Binary | 10101101 | 1001110 | 11011111 | 10110 | 1000001 | 0 | 1101 | 100010111 | 1000101 | 111011 |
Color Harmonies of #AD4EDF
Complementary color
Monochromatic Colors of #AD4EDF
Black with #AD4EDF
Text Example
Text Example
White with #AD4EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4EDF; }
p { color: rgb(173,78,223); }
H1.HeaderClassName
{
color: #AD4EDF;
}
.AnyTagClassName
{
color: #AD4EDF;
}
</style>
background-color css
<style>
a { background-color: #AD4EDF; }
a { background-color: rgb(173,78,223); }
div.DivClassName
{
background-color: #AD4EDF;
}
.BgClassName
{
background-color: #AD4EDF;
}
</style>
border-color css
<style>
span { border-color: #AD4EDF; }
span { border-color: rgb(173,78,223); }
td.TdClassName
{
border-color: #AD4EDF;
}
.TagClassName
{
border-color: #AD4EDF;
}
</style>