Shades of Medium Orchid #AD3FED
Tints of Medium Orchid #AD3FED
RGB
CMYK
RGB Variations
Color information
#AD3FED (or 0xAD3FED) is known color: Medium Orchid. HEX triplet: AD, 3F and ED. RGB value is (173,63,237). Sum of RGB (Red+Green+Blue) = 173+63+237=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD3FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3FED is #52C012. Grayscale: #737373. Windows color (decimal): -5423123 or 15548333. OLE color: 15548333.
HSL color Cylindrical-coordinate representation of color #AD3FED: hue angle of 277.93º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD3FED is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 63 | 237 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.07 |
| HSL | 277.93º | 0.83% | 0.59% | - |
| HSV(B) | 277.93º | 0.73% | 0.93% | - |
| XYZ | 34.3 | 18.55 | 81.89 | - |
| YUV | 115.73 | 196.44 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 63 | 237 | 0.27 | 0.73 | 0 | 0.07 | 277.93 | 0.83 | 0.59 |
| Hex | AD | 3F | ED | 1B | 49 | 0 | 7 | 116 | 53 | 3B |
| Octal | 255 | 77 | 355 | 33 | 111 | 0 | 7 | 426 | 123 | 73 |
| Binary | 10101101 | 111111 | 11101101 | 11011 | 1001001 | 0 | 111 | 100010110 | 1010011 | 111011 |
Color Harmonies of #AD3FED
Complementary color
Monochromatic Colors of #AD3FED
Black with #AD3FED
Text Example
Text Example
White with #AD3FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3FED; }
p { color: rgb(173,63,237); }
H1.HeaderClassName
{
color: #AD3FED;
}
.AnyTagClassName
{
color: #AD3FED;
}
</style>
background-color css
<style>
a { background-color: #AD3FED; }
a { background-color: rgb(173,63,237); }
div.DivClassName
{
background-color: #AD3FED;
}
.BgClassName
{
background-color: #AD3FED;
}
</style>
border-color css
<style>
span { border-color: #AD3FED; }
span { border-color: rgb(173,63,237); }
td.TdClassName
{
border-color: #AD3FED;
}
.TagClassName
{
border-color: #AD3FED;
}
</style>