Shades of Medium Orchid #AD64D4
Tints of Medium Orchid #AD64D4
RGB
CMYK
RGB Variations
Color information
#AD64D4 (or 0xAD64D4) is known color: Medium Orchid. HEX triplet: AD, 64 and D4. RGB value is (173,100,212). Sum of RGB (Red+Green+Blue) = 173+100+212=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD64D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD64D4 is #529B2B. Grayscale: #868686. Windows color (decimal): -5413676 or 13919405. OLE color: 13919405.
HSL color Cylindrical-coordinate representation of color #AD64D4: hue angle of 279.11º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD64D4 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 100 | 212 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.17 |
| HSL | 279.11º | 0.57% | 0.61% | - |
| HSV(B) | 279.11º | 0.53% | 0.83% | - |
| XYZ | 33.67 | 22.75 | 64.9 | - |
| YUV | 134.6 | 171.68 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 212 | 0.18 | 0.53 | 0 | 0.17 | 279.11 | 0.57 | 0.61 |
| Hex | AD | 64 | D4 | 12 | 35 | 0 | 11 | 117 | 39 | 3D |
| Octal | 255 | 144 | 324 | 22 | 65 | 0 | 21 | 427 | 71 | 75 |
| Binary | 10101101 | 1100100 | 11010100 | 10010 | 110101 | 0 | 10001 | 100010111 | 111001 | 111101 |
Color Harmonies of #AD64D4
Complementary color
Monochromatic Colors of #AD64D4
Black with #AD64D4
Text Example
Text Example
White with #AD64D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD64D4; }
p { color: rgb(173,100,212); }
H1.HeaderClassName
{
color: #AD64D4;
}
.AnyTagClassName
{
color: #AD64D4;
}
</style>
background-color css
<style>
a { background-color: #AD64D4; }
a { background-color: rgb(173,100,212); }
div.DivClassName
{
background-color: #AD64D4;
}
.BgClassName
{
background-color: #AD64D4;
}
</style>
border-color css
<style>
span { border-color: #AD64D4; }
span { border-color: rgb(173,100,212); }
td.TdClassName
{
border-color: #AD64D4;
}
.TagClassName
{
border-color: #AD64D4;
}
</style>