Shades of Medium Orchid #AD64C9
Tints of Medium Orchid #AD64C9
RGB
CMYK
RGB Variations
Color information
#AD64C9 (or 0xAD64C9) is known color: Medium Orchid. HEX triplet: AD, 64 and C9. RGB value is (173,100,201). Sum of RGB (Red+Green+Blue) = 173+100+201=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD64C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD64C9 is #529B36. Grayscale: #858585. Windows color (decimal): -5413687 or 13198509. OLE color: 13198509.
HSL color Cylindrical-coordinate representation of color #AD64C9: hue angle of 283.37º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD64C9 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 100 | 201 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.21 |
| HSL | 283.37º | 0.48% | 0.59% | - |
| HSV(B) | 283.37º | 0.5% | 0.79% | - |
| XYZ | 32.33 | 22.22 | 57.84 | - |
| YUV | 133.34 | 166.18 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 201 | 0.14 | 0.50 | 0 | 0.21 | 283.37 | 0.48 | 0.59 |
| Hex | AD | 64 | C9 | E | 32 | 0 | 15 | 11B | 30 | 3B |
| Octal | 255 | 144 | 311 | 16 | 62 | 0 | 25 | 433 | 60 | 73 |
| Binary | 10101101 | 1100100 | 11001001 | 1110 | 110010 | 0 | 10101 | 100011011 | 110000 | 111011 |
Color Harmonies of #AD64C9
Complementary color
Monochromatic Colors of #AD64C9
Black with #AD64C9
Text Example
Text Example
White with #AD64C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD64C9; }
p { color: rgb(173,100,201); }
H1.HeaderClassName
{
color: #AD64C9;
}
.AnyTagClassName
{
color: #AD64C9;
}
</style>
background-color css
<style>
a { background-color: #AD64C9; }
a { background-color: rgb(173,100,201); }
div.DivClassName
{
background-color: #AD64C9;
}
.BgClassName
{
background-color: #AD64C9;
}
</style>
border-color css
<style>
span { border-color: #AD64C9; }
span { border-color: rgb(173,100,201); }
td.TdClassName
{
border-color: #AD64C9;
}
.TagClassName
{
border-color: #AD64C9;
}
</style>