Shades of Medium Orchid #AD64D7
Tints of Medium Orchid #AD64D7
RGB
CMYK
RGB Variations
Color information
#AD64D7 (or 0xAD64D7) is known color: Medium Orchid. HEX triplet: AD, 64 and D7. RGB value is (173,100,215). Sum of RGB (Red+Green+Blue) = 173+100+215=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD64D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD64D7 is #529B28. Grayscale: #868686. Windows color (decimal): -5413673 or 14116013. OLE color: 14116013.
HSL color Cylindrical-coordinate representation of color #AD64D7: hue angle of 278.09º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD64D7 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 100 | 215 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.16 |
| HSL | 278.09º | 0.59% | 0.62% | - |
| HSV(B) | 278.09º | 0.53% | 0.84% | - |
| XYZ | 34.06 | 22.9 | 66.92 | - |
| YUV | 134.94 | 173.18 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 215 | 0.20 | 0.53 | 0 | 0.16 | 278.09 | 0.59 | 0.62 |
| Hex | AD | 64 | D7 | 14 | 35 | 0 | 10 | 116 | 3B | 3E |
| Octal | 255 | 144 | 327 | 24 | 65 | 0 | 20 | 426 | 73 | 76 |
| Binary | 10101101 | 1100100 | 11010111 | 10100 | 110101 | 0 | 10000 | 100010110 | 111011 | 111110 |
Color Harmonies of #AD64D7
Complementary color
Monochromatic Colors of #AD64D7
Black with #AD64D7
Text Example
Text Example
White with #AD64D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD64D7; }
p { color: rgb(173,100,215); }
H1.HeaderClassName
{
color: #AD64D7;
}
.AnyTagClassName
{
color: #AD64D7;
}
</style>
background-color css
<style>
a { background-color: #AD64D7; }
a { background-color: rgb(173,100,215); }
div.DivClassName
{
background-color: #AD64D7;
}
.BgClassName
{
background-color: #AD64D7;
}
</style>
border-color css
<style>
span { border-color: #AD64D7; }
span { border-color: rgb(173,100,215); }
td.TdClassName
{
border-color: #AD64D7;
}
.TagClassName
{
border-color: #AD64D7;
}
</style>