Shades of Medium Orchid #AD4FED
Tints of Medium Orchid #AD4FED
RGB
CMYK
RGB Variations
Color information
#AD4FED (or 0xAD4FED) is known color: Medium Orchid. HEX triplet: AD, 4F and ED. RGB value is (173,79,237). Sum of RGB (Red+Green+Blue) = 173+79+237=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 79 (31.25% from 255 or 16.16% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD4FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4FED is #52B012. Grayscale: #7C7C7C. Windows color (decimal): -5419027 or 15552429. OLE color: 15552429.
HSL color Cylindrical-coordinate representation of color #AD4FED: hue angle of 275.7º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD4FED is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 79 | 237 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.07 |
| HSL | 275.7º | 0.81% | 0.62% | - |
| HSV(B) | 275.7º | 0.67% | 0.93% | - |
| XYZ | 35.32 | 20.59 | 82.23 | - |
| YUV | 125.12 | 191.14 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 79 | 237 | 0.27 | 0.67 | 0 | 0.07 | 275.7 | 0.81 | 0.62 |
| Hex | AD | 4F | ED | 1B | 43 | 0 | 7 | 114 | 51 | 3E |
| Octal | 255 | 117 | 355 | 33 | 103 | 0 | 7 | 424 | 121 | 76 |
| Binary | 10101101 | 1001111 | 11101101 | 11011 | 1000011 | 0 | 111 | 100010100 | 1010001 | 111110 |
Color Harmonies of #AD4FED
Complementary color
Monochromatic Colors of #AD4FED
Black with #AD4FED
Text Example
Text Example
White with #AD4FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4FED; }
p { color: rgb(173,79,237); }
H1.HeaderClassName
{
color: #AD4FED;
}
.AnyTagClassName
{
color: #AD4FED;
}
</style>
background-color css
<style>
a { background-color: #AD4FED; }
a { background-color: rgb(173,79,237); }
div.DivClassName
{
background-color: #AD4FED;
}
.BgClassName
{
background-color: #AD4FED;
}
</style>
border-color css
<style>
span { border-color: #AD4FED; }
span { border-color: rgb(173,79,237); }
td.TdClassName
{
border-color: #AD4FED;
}
.TagClassName
{
border-color: #AD4FED;
}
</style>