Shades of Medium Orchid #AD5BED
Tints of Medium Orchid #AD5BED
RGB
CMYK
RGB Variations
Color information
#AD5BED (or 0xAD5BED) is known color: Medium Orchid. HEX triplet: AD, 5B and ED. RGB value is (173,91,237). Sum of RGB (Red+Green+Blue) = 173+91+237=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 91 (35.94% from 255 or 18.16% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD5BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5BED is #52A412. Grayscale: #838383. Windows color (decimal): -5415955 or 15555501. OLE color: 15555501.
HSL color Cylindrical-coordinate representation of color #AD5BED: hue angle of 273.7º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD5BED is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 91 | 237 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.07 |
| HSL | 273.7º | 0.8% | 0.64% | - |
| HSV(B) | 273.7º | 0.62% | 0.93% | - |
| XYZ | 36.26 | 22.48 | 82.55 | - |
| YUV | 132.16 | 187.17 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 91 | 237 | 0.27 | 0.62 | 0 | 0.07 | 273.7 | 0.8 | 0.64 |
| Hex | AD | 5B | ED | 1B | 3E | 0 | 7 | 112 | 50 | 40 |
| Octal | 255 | 133 | 355 | 33 | 76 | 0 | 7 | 422 | 120 | 100 |
| Binary | 10101101 | 1011011 | 11101101 | 11011 | 111110 | 0 | 111 | 100010010 | 1010000 | 1000000 |
Color Harmonies of #AD5BED
Complementary color
Monochromatic Colors of #AD5BED
Black with #AD5BED
Text Example
Text Example
White with #AD5BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5BED; }
p { color: rgb(173,91,237); }
H1.HeaderClassName
{
color: #AD5BED;
}
.AnyTagClassName
{
color: #AD5BED;
}
</style>
background-color css
<style>
a { background-color: #AD5BED; }
a { background-color: rgb(173,91,237); }
div.DivClassName
{
background-color: #AD5BED;
}
.BgClassName
{
background-color: #AD5BED;
}
</style>
border-color css
<style>
span { border-color: #AD5BED; }
span { border-color: rgb(173,91,237); }
td.TdClassName
{
border-color: #AD5BED;
}
.TagClassName
{
border-color: #AD5BED;
}
</style>