Shades of Medium Orchid #AD4DEC
Tints of Medium Orchid #AD4DEC
RGB
CMYK
RGB Variations
Color information
#AD4DEC (or 0xAD4DEC) is known color: Medium Orchid. HEX triplet: AD, 4D and EC. RGB value is (173,77,236). Sum of RGB (Red+Green+Blue) = 173+77+236=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD4DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4DEC is #52B213. Grayscale: #7B7B7B. Windows color (decimal): -5419540 or 15486381. OLE color: 15486381.
HSL color Cylindrical-coordinate representation of color #AD4DEC: hue angle of 276.23º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD4DEC is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 77 | 236 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.07 |
| HSL | 276.23º | 0.81% | 0.61% | - |
| HSV(B) | 276.23º | 0.67% | 0.93% | - |
| XYZ | 35.03 | 20.25 | 81.42 | - |
| YUV | 123.83 | 191.3 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 236 | 0.27 | 0.67 | 0 | 0.07 | 276.23 | 0.81 | 0.61 |
| Hex | AD | 4D | EC | 1B | 43 | 0 | 7 | 114 | 51 | 3D |
| Octal | 255 | 115 | 354 | 33 | 103 | 0 | 7 | 424 | 121 | 75 |
| Binary | 10101101 | 1001101 | 11101100 | 11011 | 1000011 | 0 | 111 | 100010100 | 1010001 | 111101 |
Color Harmonies of #AD4DEC
Complementary color
Monochromatic Colors of #AD4DEC
Black with #AD4DEC
Text Example
Text Example
White with #AD4DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4DEC; }
p { color: rgb(173,77,236); }
H1.HeaderClassName
{
color: #AD4DEC;
}
.AnyTagClassName
{
color: #AD4DEC;
}
</style>
background-color css
<style>
a { background-color: #AD4DEC; }
a { background-color: rgb(173,77,236); }
div.DivClassName
{
background-color: #AD4DEC;
}
.BgClassName
{
background-color: #AD4DEC;
}
</style>
border-color css
<style>
span { border-color: #AD4DEC; }
span { border-color: rgb(173,77,236); }
td.TdClassName
{
border-color: #AD4DEC;
}
.TagClassName
{
border-color: #AD4DEC;
}
</style>