Shades of Medium Orchid #AD4CDA
Tints of Medium Orchid #AD4CDA
RGB
CMYK
RGB Variations
Color information
#AD4CDA (or 0xAD4CDA) is known color: Medium Orchid. HEX triplet: AD, 4C and DA. RGB value is (173,76,218). Sum of RGB (Red+Green+Blue) = 173+76+218=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD4CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4CDA is #52B325. Grayscale: #787878. Windows color (decimal): -5419814 or 14306477. OLE color: 14306477.
HSL color Cylindrical-coordinate representation of color #AD4CDA: hue angle of 280.99º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD4CDA is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 76 | 218 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.15 |
| HSL | 280.99º | 0.66% | 0.58% | - |
| HSV(B) | 280.99º | 0.65% | 0.85% | - |
| XYZ | 32.47 | 19.12 | 68.31 | - |
| YUV | 121.19 | 182.64 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 218 | 0.21 | 0.65 | 0 | 0.15 | 280.99 | 0.66 | 0.58 |
| Hex | AD | 4C | DA | 15 | 41 | 0 | F | 119 | 42 | 3A |
| Octal | 255 | 114 | 332 | 25 | 101 | 0 | 17 | 431 | 102 | 72 |
| Binary | 10101101 | 1001100 | 11011010 | 10101 | 1000001 | 0 | 1111 | 100011001 | 1000010 | 111010 |
Color Harmonies of #AD4CDA
Complementary color
Monochromatic Colors of #AD4CDA
Black with #AD4CDA
Text Example
Text Example
White with #AD4CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4CDA; }
p { color: rgb(173,76,218); }
H1.HeaderClassName
{
color: #AD4CDA;
}
.AnyTagClassName
{
color: #AD4CDA;
}
</style>
background-color css
<style>
a { background-color: #AD4CDA; }
a { background-color: rgb(173,76,218); }
div.DivClassName
{
background-color: #AD4CDA;
}
.BgClassName
{
background-color: #AD4CDA;
}
</style>
border-color css
<style>
span { border-color: #AD4CDA; }
span { border-color: rgb(173,76,218); }
td.TdClassName
{
border-color: #AD4CDA;
}
.TagClassName
{
border-color: #AD4CDA;
}
</style>