Shades of Medium Orchid #AD4CEC
Tints of Medium Orchid #AD4CEC
RGB
CMYK
RGB Variations
Color information
#AD4CEC (or 0xAD4CEC) is known color: Medium Orchid. HEX triplet: AD, 4C and EC. RGB value is (173,76,236). Sum of RGB (Red+Green+Blue) = 173+76+236=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD4CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4CEC is #52B313. Grayscale: #7A7A7A. Windows color (decimal): -5419796 or 15486125. OLE color: 15486125.
HSL color Cylindrical-coordinate representation of color #AD4CEC: hue angle of 276.38º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD4CEC is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 76 | 236 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.07 |
| HSL | 276.38º | 0.81% | 0.61% | - |
| HSV(B) | 276.38º | 0.68% | 0.93% | - |
| XYZ | 34.96 | 20.11 | 81.4 | - |
| YUV | 123.24 | 191.64 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 236 | 0.27 | 0.68 | 0 | 0.07 | 276.38 | 0.81 | 0.61 |
| Hex | AD | 4C | EC | 1B | 44 | 0 | 7 | 114 | 51 | 3D |
| Octal | 255 | 114 | 354 | 33 | 104 | 0 | 7 | 424 | 121 | 75 |
| Binary | 10101101 | 1001100 | 11101100 | 11011 | 1000100 | 0 | 111 | 100010100 | 1010001 | 111101 |
Color Harmonies of #AD4CEC
Complementary color
Monochromatic Colors of #AD4CEC
Black with #AD4CEC
Text Example
Text Example
White with #AD4CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4CEC; }
p { color: rgb(173,76,236); }
H1.HeaderClassName
{
color: #AD4CEC;
}
.AnyTagClassName
{
color: #AD4CEC;
}
</style>
background-color css
<style>
a { background-color: #AD4CEC; }
a { background-color: rgb(173,76,236); }
div.DivClassName
{
background-color: #AD4CEC;
}
.BgClassName
{
background-color: #AD4CEC;
}
</style>
border-color css
<style>
span { border-color: #AD4CEC; }
span { border-color: rgb(173,76,236); }
td.TdClassName
{
border-color: #AD4CEC;
}
.TagClassName
{
border-color: #AD4CEC;
}
</style>