Shades of Medium Orchid #AD4CED
Tints of Medium Orchid #AD4CED
RGB
CMYK
RGB Variations
Color information
#AD4CED (or 0xAD4CED) is known color: Medium Orchid. HEX triplet: AD, 4C and ED. RGB value is (173,76,237). Sum of RGB (Red+Green+Blue) = 173+76+237=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD4CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4CED is #52B312. Grayscale: #7A7A7A. Windows color (decimal): -5419795 or 15551661. OLE color: 15551661.
HSL color Cylindrical-coordinate representation of color #AD4CED: hue angle of 276.15º degrees, saturation: 0.82, 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 #AD4CED is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 76 | 237 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.07 |
| HSL | 276.15º | 0.82% | 0.61% | - |
| HSV(B) | 276.15º | 0.68% | 0.93% | - |
| XYZ | 35.1 | 20.17 | 82.16 | - |
| YUV | 123.36 | 192.14 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 237 | 0.27 | 0.68 | 0 | 0.07 | 276.15 | 0.82 | 0.61 |
| Hex | AD | 4C | ED | 1B | 44 | 0 | 7 | 114 | 52 | 3D |
| Octal | 255 | 114 | 355 | 33 | 104 | 0 | 7 | 424 | 122 | 75 |
| Binary | 10101101 | 1001100 | 11101101 | 11011 | 1000100 | 0 | 111 | 100010100 | 1010010 | 111101 |
Color Harmonies of #AD4CED
Complementary color
Monochromatic Colors of #AD4CED
Black with #AD4CED
Text Example
Text Example
White with #AD4CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4CED; }
p { color: rgb(173,76,237); }
H1.HeaderClassName
{
color: #AD4CED;
}
.AnyTagClassName
{
color: #AD4CED;
}
</style>
background-color css
<style>
a { background-color: #AD4CED; }
a { background-color: rgb(173,76,237); }
div.DivClassName
{
background-color: #AD4CED;
}
.BgClassName
{
background-color: #AD4CED;
}
</style>
border-color css
<style>
span { border-color: #AD4CED; }
span { border-color: rgb(173,76,237); }
td.TdClassName
{
border-color: #AD4CED;
}
.TagClassName
{
border-color: #AD4CED;
}
</style>