Shades of Medium Orchid #A84DCD
Tints of Medium Orchid #A84DCD
RGB
CMYK
RGB Variations
Color information
#A84DCD (or 0xA84DCD) is known color: Medium Orchid. HEX triplet: A8, 4D and CD. RGB value is (168,77,205). Sum of RGB (Red+Green+Blue) = 168+77+205=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #A84DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84DCD is #57B232. Grayscale: #767676. Windows color (decimal): -5747251 or 13454760. OLE color: 13454760.
HSL color Cylindrical-coordinate representation of color #A84DCD: hue angle of 282.66º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A84DCD is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 77 | 205 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.20 |
| HSL | 282.66º | 0.56% | 0.55% | - |
| HSV(B) | 282.66º | 0.62% | 0.8% | - |
| XYZ | 29.82 | 18.04 | 59.67 | - |
| YUV | 118.8 | 176.65 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 77 | 205 | 0.18 | 0.62 | 0 | 0.20 | 282.66 | 0.56 | 0.55 |
| Hex | A8 | 4D | CD | 12 | 3E | 0 | 14 | 11B | 38 | 37 |
| Octal | 250 | 115 | 315 | 22 | 76 | 0 | 24 | 433 | 70 | 67 |
| Binary | 10101000 | 1001101 | 11001101 | 10010 | 111110 | 0 | 10100 | 100011011 | 111000 | 110111 |
Color Harmonies of #A84DCD
Complementary color
Monochromatic Colors of #A84DCD
Black with #A84DCD
Text Example
Text Example
White with #A84DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84DCD; }
p { color: rgb(168,77,205); }
H1.HeaderClassName
{
color: #A84DCD;
}
.AnyTagClassName
{
color: #A84DCD;
}
</style>
background-color css
<style>
a { background-color: #A84DCD; }
a { background-color: rgb(168,77,205); }
div.DivClassName
{
background-color: #A84DCD;
}
.BgClassName
{
background-color: #A84DCD;
}
</style>
border-color css
<style>
span { border-color: #A84DCD; }
span { border-color: rgb(168,77,205); }
td.TdClassName
{
border-color: #A84DCD;
}
.TagClassName
{
border-color: #A84DCD;
}
</style>