Shades of Medium Orchid #AD4ECC
Tints of Medium Orchid #AD4ECC
RGB
CMYK
RGB Variations
Color information
#AD4ECC (or 0xAD4ECC) is known color: Medium Orchid. HEX triplet: AD, 4E and CC. RGB value is (173,78,204). Sum of RGB (Red+Green+Blue) = 173+78+204=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD4ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4ECC is #52B133. Grayscale: #787878. Windows color (decimal): -5419316 or 13389485. OLE color: 13389485.
HSL color Cylindrical-coordinate representation of color #AD4ECC: hue angle of 285.24º 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 #AD4ECC is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 78 | 204 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.2 |
| HSL | 285.24º | 0.55% | 0.55% | - |
| HSV(B) | 285.24º | 0.62% | 0.8% | - |
| XYZ | 30.86 | 18.69 | 59.11 | - |
| YUV | 120.77 | 174.97 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 204 | 0.15 | 0.62 | 0 | 0.2 | 285.24 | 0.55 | 0.55 |
| Hex | AD | 4E | CC | F | 3E | 0 | 14 | 11D | 37 | 37 |
| Octal | 255 | 116 | 314 | 17 | 76 | 0 | 24 | 435 | 67 | 67 |
| Binary | 10101101 | 1001110 | 11001100 | 1111 | 111110 | 0 | 10100 | 100011101 | 110111 | 110111 |
Color Harmonies of #AD4ECC
Complementary color
Monochromatic Colors of #AD4ECC
Black with #AD4ECC
Text Example
Text Example
White with #AD4ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4ECC; }
p { color: rgb(173,78,204); }
H1.HeaderClassName
{
color: #AD4ECC;
}
.AnyTagClassName
{
color: #AD4ECC;
}
</style>
background-color css
<style>
a { background-color: #AD4ECC; }
a { background-color: rgb(173,78,204); }
div.DivClassName
{
background-color: #AD4ECC;
}
.BgClassName
{
background-color: #AD4ECC;
}
</style>
border-color css
<style>
span { border-color: #AD4ECC; }
span { border-color: rgb(173,78,204); }
td.TdClassName
{
border-color: #AD4ECC;
}
.TagClassName
{
border-color: #AD4ECC;
}
</style>