Shades of Medium Orchid #AD48ED
Tints of Medium Orchid #AD48ED
RGB
CMYK
RGB Variations
Color information
#AD48ED (or 0xAD48ED) is known color: Medium Orchid. HEX triplet: AD, 48 and ED. RGB value is (173,72,237). Sum of RGB (Red+Green+Blue) = 173+72+237=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 72 (28.52% from 255 or 14.94% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD48ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD48ED is #52B712. Grayscale: #787878. Windows color (decimal): -5420819 or 15550637. OLE color: 15550637.
HSL color Cylindrical-coordinate representation of color #AD48ED: hue angle of 276.73º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD48ED is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 72 | 237 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.07 |
| HSL | 276.73º | 0.82% | 0.61% | - |
| HSV(B) | 276.73º | 0.7% | 0.93% | - |
| XYZ | 34.84 | 19.63 | 82.07 | - |
| YUV | 121.01 | 193.46 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 72 | 237 | 0.27 | 0.70 | 0 | 0.07 | 276.73 | 0.82 | 0.61 |
| Hex | AD | 48 | ED | 1B | 46 | 0 | 7 | 115 | 52 | 3D |
| Octal | 255 | 110 | 355 | 33 | 106 | 0 | 7 | 425 | 122 | 75 |
| Binary | 10101101 | 1001000 | 11101101 | 11011 | 1000110 | 0 | 111 | 100010101 | 1010010 | 111101 |
Color Harmonies of #AD48ED
Complementary color
Monochromatic Colors of #AD48ED
Black with #AD48ED
Text Example
Text Example
White with #AD48ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD48ED; }
p { color: rgb(173,72,237); }
H1.HeaderClassName
{
color: #AD48ED;
}
.AnyTagClassName
{
color: #AD48ED;
}
</style>
background-color css
<style>
a { background-color: #AD48ED; }
a { background-color: rgb(173,72,237); }
div.DivClassName
{
background-color: #AD48ED;
}
.BgClassName
{
background-color: #AD48ED;
}
</style>
border-color css
<style>
span { border-color: #AD48ED; }
span { border-color: rgb(173,72,237); }
td.TdClassName
{
border-color: #AD48ED;
}
.TagClassName
{
border-color: #AD48ED;
}
</style>