Shades of Medium Orchid #AD5CEB
Tints of Medium Orchid #AD5CEB
RGB
CMYK
RGB Variations
Color information
#AD5CEB (or 0xAD5CEB) is known color: Medium Orchid. HEX triplet: AD, 5C and EB. RGB value is (173,92,235). Sum of RGB (Red+Green+Blue) = 173+92+235=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 92 (36.33% from 255 or 18.4% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD5CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5CEB is #52A314. Grayscale: #848484. Windows color (decimal): -5415701 or 15424685. OLE color: 15424685.
HSL color Cylindrical-coordinate representation of color #AD5CEB: hue angle of 273.99º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD5CEB is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 92 | 235 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.08 |
| HSL | 273.99º | 0.78% | 0.64% | - |
| HSV(B) | 273.99º | 0.61% | 0.92% | - |
| XYZ | 36.06 | 22.54 | 81.05 | - |
| YUV | 132.52 | 185.84 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 235 | 0.26 | 0.61 | 0 | 0.08 | 273.99 | 0.78 | 0.64 |
| Hex | AD | 5C | EB | 1A | 3D | 0 | 8 | 112 | 4E | 40 |
| Octal | 255 | 134 | 353 | 32 | 75 | 0 | 10 | 422 | 116 | 100 |
| Binary | 10101101 | 1011100 | 11101011 | 11010 | 111101 | 0 | 1000 | 100010010 | 1001110 | 1000000 |
Color Harmonies of #AD5CEB
Complementary color
Monochromatic Colors of #AD5CEB
Black with #AD5CEB
Text Example
Text Example
White with #AD5CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5CEB; }
p { color: rgb(173,92,235); }
H1.HeaderClassName
{
color: #AD5CEB;
}
.AnyTagClassName
{
color: #AD5CEB;
}
</style>
background-color css
<style>
a { background-color: #AD5CEB; }
a { background-color: rgb(173,92,235); }
div.DivClassName
{
background-color: #AD5CEB;
}
.BgClassName
{
background-color: #AD5CEB;
}
</style>
border-color css
<style>
span { border-color: #AD5CEB; }
span { border-color: rgb(173,92,235); }
td.TdClassName
{
border-color: #AD5CEB;
}
.TagClassName
{
border-color: #AD5CEB;
}
</style>