Shades of Medium Orchid #AD5EC3
Tints of Medium Orchid #AD5EC3
RGB
CMYK
RGB Variations
Color information
#AD5EC3 (or 0xAD5EC3) is known color: Medium Orchid. HEX triplet: AD, 5E and C3. RGB value is (173,94,195). Sum of RGB (Red+Green+Blue) = 173+94+195=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD5EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5EC3 is #52A13C. Grayscale: #808080. Windows color (decimal): -5415229 or 12803757. OLE color: 12803757.
HSL color Cylindrical-coordinate representation of color #AD5EC3: hue angle of 286.93º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD5EC3 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 94 | 195 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.24 |
| HSL | 286.93º | 0.46% | 0.57% | - |
| HSV(B) | 286.93º | 0.52% | 0.76% | - |
| XYZ | 31.09 | 20.83 | 54.01 | - |
| YUV | 129.14 | 165.17 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 195 | 0.11 | 0.52 | 0 | 0.24 | 286.93 | 0.46 | 0.57 |
| Hex | AD | 5E | C3 | B | 34 | 0 | 18 | 11F | 2E | 39 |
| Octal | 255 | 136 | 303 | 13 | 64 | 0 | 30 | 437 | 56 | 71 |
| Binary | 10101101 | 1011110 | 11000011 | 1011 | 110100 | 0 | 11000 | 100011111 | 101110 | 111001 |
Color Harmonies of #AD5EC3
Complementary color
Monochromatic Colors of #AD5EC3
Black with #AD5EC3
Text Example
Text Example
White with #AD5EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5EC3; }
p { color: rgb(173,94,195); }
H1.HeaderClassName
{
color: #AD5EC3;
}
.AnyTagClassName
{
color: #AD5EC3;
}
</style>
background-color css
<style>
a { background-color: #AD5EC3; }
a { background-color: rgb(173,94,195); }
div.DivClassName
{
background-color: #AD5EC3;
}
.BgClassName
{
background-color: #AD5EC3;
}
</style>
border-color css
<style>
span { border-color: #AD5EC3; }
span { border-color: rgb(173,94,195); }
td.TdClassName
{
border-color: #AD5EC3;
}
.TagClassName
{
border-color: #AD5EC3;
}
</style>