Shades of Medium Orchid #AD4BDD
Tints of Medium Orchid #AD4BDD
RGB
CMYK
RGB Variations
Color information
#AD4BDD (or 0xAD4BDD) is known color: Medium Orchid. HEX triplet: AD, 4B and DD. RGB value is (173,75,221). Sum of RGB (Red+Green+Blue) = 173+75+221=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 75 (29.69% from 255 or 15.99% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD4BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4BDD is #52B422. Grayscale: #787878. Windows color (decimal): -5420067 or 14502829. OLE color: 14502829.
HSL color Cylindrical-coordinate representation of color #AD4BDD: hue angle of 280.27º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD4BDD is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 75 | 221 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.13 |
| HSL | 280.27º | 0.68% | 0.58% | - |
| HSV(B) | 280.27º | 0.66% | 0.87% | - |
| XYZ | 32.8 | 19.14 | 70.37 | - |
| YUV | 120.95 | 184.47 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 221 | 0.22 | 0.66 | 0 | 0.13 | 280.27 | 0.68 | 0.58 |
| Hex | AD | 4B | DD | 16 | 42 | 0 | D | 118 | 44 | 3A |
| Octal | 255 | 113 | 335 | 26 | 102 | 0 | 15 | 430 | 104 | 72 |
| Binary | 10101101 | 1001011 | 11011101 | 10110 | 1000010 | 0 | 1101 | 100011000 | 1000100 | 111010 |
Color Harmonies of #AD4BDD
Complementary color
Monochromatic Colors of #AD4BDD
Black with #AD4BDD
Text Example
Text Example
White with #AD4BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4BDD; }
p { color: rgb(173,75,221); }
H1.HeaderClassName
{
color: #AD4BDD;
}
.AnyTagClassName
{
color: #AD4BDD;
}
</style>
background-color css
<style>
a { background-color: #AD4BDD; }
a { background-color: rgb(173,75,221); }
div.DivClassName
{
background-color: #AD4BDD;
}
.BgClassName
{
background-color: #AD4BDD;
}
</style>
border-color css
<style>
span { border-color: #AD4BDD; }
span { border-color: rgb(173,75,221); }
td.TdClassName
{
border-color: #AD4BDD;
}
.TagClassName
{
border-color: #AD4BDD;
}
</style>