Shades of Medium Orchid #AD4ECB
Tints of Medium Orchid #AD4ECB
RGB
CMYK
RGB Variations
Color information
#AD4ECB (or 0xAD4ECB) is known color: Medium Orchid. HEX triplet: AD, 4E and CB. RGB value is (173,78,203). Sum of RGB (Red+Green+Blue) = 173+78+203=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD4ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4ECB is #52B134. Grayscale: #787878. Windows color (decimal): -5419317 or 13323949. OLE color: 13323949.
HSL color Cylindrical-coordinate representation of color #AD4ECB: hue angle of 285.6º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD4ECB is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 78 | 203 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.20 |
| HSL | 285.6º | 0.55% | 0.55% | - |
| HSV(B) | 285.6º | 0.62% | 0.8% | - |
| XYZ | 30.74 | 18.64 | 58.48 | - |
| YUV | 120.66 | 174.47 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 203 | 0.15 | 0.62 | 0 | 0.20 | 285.6 | 0.55 | 0.55 |
| Hex | AD | 4E | CB | F | 3E | 0 | 14 | 11E | 37 | 37 |
| Octal | 255 | 116 | 313 | 17 | 76 | 0 | 24 | 436 | 67 | 67 |
| Binary | 10101101 | 1001110 | 11001011 | 1111 | 111110 | 0 | 10100 | 100011110 | 110111 | 110111 |
Color Harmonies of #AD4ECB
Complementary color
Monochromatic Colors of #AD4ECB
Black with #AD4ECB
Text Example
Text Example
White with #AD4ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4ECB; }
p { color: rgb(173,78,203); }
H1.HeaderClassName
{
color: #AD4ECB;
}
.AnyTagClassName
{
color: #AD4ECB;
}
</style>
background-color css
<style>
a { background-color: #AD4ECB; }
a { background-color: rgb(173,78,203); }
div.DivClassName
{
background-color: #AD4ECB;
}
.BgClassName
{
background-color: #AD4ECB;
}
</style>
border-color css
<style>
span { border-color: #AD4ECB; }
span { border-color: rgb(173,78,203); }
td.TdClassName
{
border-color: #AD4ECB;
}
.TagClassName
{
border-color: #AD4ECB;
}
</style>