Shades of Medium Orchid #A84DCB
Tints of Medium Orchid #A84DCB
RGB
CMYK
RGB Variations
Color information
#A84DCB (or 0xA84DCB) is known color: Medium Orchid. HEX triplet: A8, 4D and CB. RGB value is (168,77,203). Sum of RGB (Red+Green+Blue) = 168+77+203=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #A84DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84DCB is #57B234. Grayscale: #767676. Windows color (decimal): -5747253 or 13323688. OLE color: 13323688.
HSL color Cylindrical-coordinate representation of color #A84DCB: hue angle of 283.33º degrees, saturation: 0.55, 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 #A84DCB is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 77 | 203 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.20 |
| HSL | 283.33º | 0.55% | 0.55% | - |
| HSV(B) | 283.33º | 0.62% | 0.8% | - |
| XYZ | 29.58 | 17.94 | 58.4 | - |
| YUV | 118.57 | 175.65 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 77 | 203 | 0.17 | 0.62 | 0 | 0.20 | 283.33 | 0.55 | 0.55 |
| Hex | A8 | 4D | CB | 11 | 3E | 0 | 14 | 11B | 37 | 37 |
| Octal | 250 | 115 | 313 | 21 | 76 | 0 | 24 | 433 | 67 | 67 |
| Binary | 10101000 | 1001101 | 11001011 | 10001 | 111110 | 0 | 10100 | 100011011 | 110111 | 110111 |
Color Harmonies of #A84DCB
Complementary color
Monochromatic Colors of #A84DCB
Black with #A84DCB
Text Example
Text Example
White with #A84DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84DCB; }
p { color: rgb(168,77,203); }
H1.HeaderClassName
{
color: #A84DCB;
}
.AnyTagClassName
{
color: #A84DCB;
}
</style>
background-color css
<style>
a { background-color: #A84DCB; }
a { background-color: rgb(168,77,203); }
div.DivClassName
{
background-color: #A84DCB;
}
.BgClassName
{
background-color: #A84DCB;
}
</style>
border-color css
<style>
span { border-color: #A84DCB; }
span { border-color: rgb(168,77,203); }
td.TdClassName
{
border-color: #A84DCB;
}
.TagClassName
{
border-color: #A84DCB;
}
</style>