Shades of Medium Orchid #AD4CEF
Tints of Medium Orchid #AD4CEF
RGB
CMYK
RGB Variations
Color information
#AD4CEF (or 0xAD4CEF) is known color: Medium Orchid. HEX triplet: AD, 4C and EF. RGB value is (173,76,239). Sum of RGB (Red+Green+Blue) = 173+76+239=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD4CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4CEF is #52B310. Grayscale: #7B7B7B. Windows color (decimal): -5419793 or 15682733. OLE color: 15682733.
HSL color Cylindrical-coordinate representation of color #AD4CEF: hue angle of 275.71º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD4CEF is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 76 | 239 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.06 |
| HSL | 275.71º | 0.84% | 0.62% | - |
| HSV(B) | 275.71º | 0.68% | 0.94% | - |
| XYZ | 35.4 | 20.29 | 83.71 | - |
| YUV | 123.59 | 193.14 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 239 | 0.28 | 0.68 | 0 | 0.06 | 275.71 | 0.84 | 0.62 |
| Hex | AD | 4C | EF | 1C | 44 | 0 | 6 | 114 | 54 | 3E |
| Octal | 255 | 114 | 357 | 34 | 104 | 0 | 6 | 424 | 124 | 76 |
| Binary | 10101101 | 1001100 | 11101111 | 11100 | 1000100 | 0 | 110 | 100010100 | 1010100 | 111110 |
Color Harmonies of #AD4CEF
Complementary color
Monochromatic Colors of #AD4CEF
Black with #AD4CEF
Text Example
Text Example
White with #AD4CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4CEF; }
p { color: rgb(173,76,239); }
H1.HeaderClassName
{
color: #AD4CEF;
}
.AnyTagClassName
{
color: #AD4CEF;
}
</style>
background-color css
<style>
a { background-color: #AD4CEF; }
a { background-color: rgb(173,76,239); }
div.DivClassName
{
background-color: #AD4CEF;
}
.BgClassName
{
background-color: #AD4CEF;
}
</style>
border-color css
<style>
span { border-color: #AD4CEF; }
span { border-color: rgb(173,76,239); }
td.TdClassName
{
border-color: #AD4CEF;
}
.TagClassName
{
border-color: #AD4CEF;
}
</style>