Shades of Medium Orchid #AD64DB
Tints of Medium Orchid #AD64DB
RGB
CMYK
RGB Variations
Color information
#AD64DB (or 0xAD64DB) is known color: Medium Orchid. HEX triplet: AD, 64 and DB. RGB value is (173,100,219). Sum of RGB (Red+Green+Blue) = 173+100+219=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD64DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD64DB is #529B24. Grayscale: #868686. Windows color (decimal): -5413669 or 14378157. OLE color: 14378157.
HSL color Cylindrical-coordinate representation of color #AD64DB: hue angle of 276.81º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD64DB is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 100 | 219 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.14 |
| HSL | 276.81º | 0.62% | 0.63% | - |
| HSV(B) | 276.81º | 0.54% | 0.86% | - |
| XYZ | 34.58 | 23.11 | 69.66 | - |
| YUV | 135.39 | 175.18 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 219 | 0.21 | 0.54 | 0 | 0.14 | 276.81 | 0.62 | 0.63 |
| Hex | AD | 64 | DB | 15 | 36 | 0 | E | 115 | 3E | 3F |
| Octal | 255 | 144 | 333 | 25 | 66 | 0 | 16 | 425 | 76 | 77 |
| Binary | 10101101 | 1100100 | 11011011 | 10101 | 110110 | 0 | 1110 | 100010101 | 111110 | 111111 |
Color Harmonies of #AD64DB
Complementary color
Monochromatic Colors of #AD64DB
Black with #AD64DB
Text Example
Text Example
White with #AD64DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD64DB; }
p { color: rgb(173,100,219); }
H1.HeaderClassName
{
color: #AD64DB;
}
.AnyTagClassName
{
color: #AD64DB;
}
</style>
background-color css
<style>
a { background-color: #AD64DB; }
a { background-color: rgb(173,100,219); }
div.DivClassName
{
background-color: #AD64DB;
}
.BgClassName
{
background-color: #AD64DB;
}
</style>
border-color css
<style>
span { border-color: #AD64DB; }
span { border-color: rgb(173,100,219); }
td.TdClassName
{
border-color: #AD64DB;
}
.TagClassName
{
border-color: #AD64DB;
}
</style>