Shades of Medium Orchid #A84CDC
Tints of Medium Orchid #A84CDC
RGB
CMYK
RGB Variations
Color information
#A84CDC (or 0xA84CDC) is known color: Medium Orchid. HEX triplet: A8, 4C and DC. RGB value is (168,76,220). Sum of RGB (Red+Green+Blue) = 168+76+220=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #A84CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84CDC is #57B323. Grayscale: #777777. Windows color (decimal): -5747492 or 14437544. OLE color: 14437544.
HSL color Cylindrical-coordinate representation of color #A84CDC: hue angle of 278.33º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A84CDC is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 76 | 220 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.14 |
| HSL | 278.33º | 0.67% | 0.58% | - |
| HSV(B) | 278.33º | 0.65% | 0.86% | - |
| XYZ | 31.65 | 18.66 | 69.64 | - |
| YUV | 119.92 | 184.48 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 76 | 220 | 0.24 | 0.65 | 0 | 0.14 | 278.33 | 0.67 | 0.58 |
| Hex | A8 | 4C | DC | 18 | 41 | 0 | E | 116 | 43 | 3A |
| Octal | 250 | 114 | 334 | 30 | 101 | 0 | 16 | 426 | 103 | 72 |
| Binary | 10101000 | 1001100 | 11011100 | 11000 | 1000001 | 0 | 1110 | 100010110 | 1000011 | 111010 |
Color Harmonies of #A84CDC
Complementary color
Monochromatic Colors of #A84CDC
Black with #A84CDC
Text Example
Text Example
White with #A84CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84CDC; }
p { color: rgb(168,76,220); }
H1.HeaderClassName
{
color: #A84CDC;
}
.AnyTagClassName
{
color: #A84CDC;
}
</style>
background-color css
<style>
a { background-color: #A84CDC; }
a { background-color: rgb(168,76,220); }
div.DivClassName
{
background-color: #A84CDC;
}
.BgClassName
{
background-color: #A84CDC;
}
</style>
border-color css
<style>
span { border-color: #A84CDC; }
span { border-color: rgb(168,76,220); }
td.TdClassName
{
border-color: #A84CDC;
}
.TagClassName
{
border-color: #A84CDC;
}
</style>