Shades of Medium Orchid #AD4EED
Tints of Medium Orchid #AD4EED
RGB
CMYK
RGB Variations
Color information
#AD4EED (or 0xAD4EED) is known color: Medium Orchid. HEX triplet: AD, 4E and ED. RGB value is (173,78,237). Sum of RGB (Red+Green+Blue) = 173+78+237=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD4EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4EED is #52B112. Grayscale: #7B7B7B. Windows color (decimal): -5419283 or 15552173. OLE color: 15552173.
HSL color Cylindrical-coordinate representation of color #AD4EED: hue angle of 275.85º degrees, saturation: 0.82, 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 #AD4EED is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 78 | 237 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.07 |
| HSL | 275.85º | 0.82% | 0.62% | - |
| HSV(B) | 275.85º | 0.67% | 0.93% | - |
| XYZ | 35.24 | 20.45 | 82.21 | - |
| YUV | 124.53 | 191.47 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 237 | 0.27 | 0.67 | 0 | 0.07 | 275.85 | 0.82 | 0.62 |
| Hex | AD | 4E | ED | 1B | 43 | 0 | 7 | 114 | 52 | 3E |
| Octal | 255 | 116 | 355 | 33 | 103 | 0 | 7 | 424 | 122 | 76 |
| Binary | 10101101 | 1001110 | 11101101 | 11011 | 1000011 | 0 | 111 | 100010100 | 1010010 | 111110 |
Color Harmonies of #AD4EED
Complementary color
Monochromatic Colors of #AD4EED
Black with #AD4EED
Text Example
Text Example
White with #AD4EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4EED; }
p { color: rgb(173,78,237); }
H1.HeaderClassName
{
color: #AD4EED;
}
.AnyTagClassName
{
color: #AD4EED;
}
</style>
background-color css
<style>
a { background-color: #AD4EED; }
a { background-color: rgb(173,78,237); }
div.DivClassName
{
background-color: #AD4EED;
}
.BgClassName
{
background-color: #AD4EED;
}
</style>
border-color css
<style>
span { border-color: #AD4EED; }
span { border-color: rgb(173,78,237); }
td.TdClassName
{
border-color: #AD4EED;
}
.TagClassName
{
border-color: #AD4EED;
}
</style>