Shades of Medium Orchid #AD3EED
Tints of Medium Orchid #AD3EED
RGB
CMYK
RGB Variations
Color information
#AD3EED (or 0xAD3EED) is known color: Medium Orchid. HEX triplet: AD, 3E and ED. RGB value is (173,62,237). Sum of RGB (Red+Green+Blue) = 173+62+237=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 62 (24.61% from 255 or 13.14% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD3EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3EED is #52C112. Grayscale: #727272. Windows color (decimal): -5423379 or 15548077. OLE color: 15548077.
HSL color Cylindrical-coordinate representation of color #AD3EED: hue angle of 278.06º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD3EED is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 62 | 237 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.07 |
| HSL | 278.06º | 0.83% | 0.59% | - |
| HSV(B) | 278.06º | 0.74% | 0.93% | - |
| XYZ | 34.24 | 18.44 | 81.88 | - |
| YUV | 115.14 | 196.77 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 62 | 237 | 0.27 | 0.74 | 0 | 0.07 | 278.06 | 0.83 | 0.59 |
| Hex | AD | 3E | ED | 1B | 4A | 0 | 7 | 116 | 53 | 3B |
| Octal | 255 | 76 | 355 | 33 | 112 | 0 | 7 | 426 | 123 | 73 |
| Binary | 10101101 | 111110 | 11101101 | 11011 | 1001010 | 0 | 111 | 100010110 | 1010011 | 111011 |
Color Harmonies of #AD3EED
Complementary color
Monochromatic Colors of #AD3EED
Black with #AD3EED
Text Example
Text Example
White with #AD3EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3EED; }
p { color: rgb(173,62,237); }
H1.HeaderClassName
{
color: #AD3EED;
}
.AnyTagClassName
{
color: #AD3EED;
}
</style>
background-color css
<style>
a { background-color: #AD3EED; }
a { background-color: rgb(173,62,237); }
div.DivClassName
{
background-color: #AD3EED;
}
.BgClassName
{
background-color: #AD3EED;
}
</style>
border-color css
<style>
span { border-color: #AD3EED; }
span { border-color: rgb(173,62,237); }
td.TdClassName
{
border-color: #AD3EED;
}
.TagClassName
{
border-color: #AD3EED;
}
</style>