Shades of Medium Orchid #AD64D0
Tints of Medium Orchid #AD64D0
RGB
CMYK
RGB Variations
Color information
#AD64D0 (or 0xAD64D0) is known color: Medium Orchid. HEX triplet: AD, 64 and D0. RGB value is (173,100,208). Sum of RGB (Red+Green+Blue) = 173+100+208=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD64D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD64D0 is #529B2F. Grayscale: #858585. Windows color (decimal): -5413680 or 13657261. OLE color: 13657261.
HSL color Cylindrical-coordinate representation of color #AD64D0: hue angle of 280.56º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD64D0 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 100 | 208 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.18 |
| HSL | 280.56º | 0.53% | 0.6% | - |
| HSV(B) | 280.56º | 0.52% | 0.82% | - |
| XYZ | 33.18 | 22.55 | 62.28 | - |
| YUV | 134.14 | 169.68 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 208 | 0.17 | 0.52 | 0 | 0.18 | 280.56 | 0.53 | 0.6 |
| Hex | AD | 64 | D0 | 11 | 34 | 0 | 12 | 119 | 35 | 3C |
| Octal | 255 | 144 | 320 | 21 | 64 | 0 | 22 | 431 | 65 | 74 |
| Binary | 10101101 | 1100100 | 11010000 | 10001 | 110100 | 0 | 10010 | 100011001 | 110101 | 111100 |
Color Harmonies of #AD64D0
Complementary color
Monochromatic Colors of #AD64D0
Black with #AD64D0
Text Example
Text Example
White with #AD64D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD64D0; }
p { color: rgb(173,100,208); }
H1.HeaderClassName
{
color: #AD64D0;
}
.AnyTagClassName
{
color: #AD64D0;
}
</style>
background-color css
<style>
a { background-color: #AD64D0; }
a { background-color: rgb(173,100,208); }
div.DivClassName
{
background-color: #AD64D0;
}
.BgClassName
{
background-color: #AD64D0;
}
</style>
border-color css
<style>
span { border-color: #AD64D0; }
span { border-color: rgb(173,100,208); }
td.TdClassName
{
border-color: #AD64D0;
}
.TagClassName
{
border-color: #AD64D0;
}
</style>