Shades of Medium Orchid #A84CDD
Tints of Medium Orchid #A84CDD
RGB
CMYK
RGB Variations
Color information
#A84CDD (or 0xA84CDD) is known color: Medium Orchid. HEX triplet: A8, 4C and DD. RGB value is (168,76,221). Sum of RGB (Red+Green+Blue) = 168+76+221=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #A84CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84CDD is #57B322. Grayscale: #777777. Windows color (decimal): -5747491 or 14503080. OLE color: 14503080.
HSL color Cylindrical-coordinate representation of color #A84CDD: hue angle of 278.07º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A84CDD is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 76 | 221 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.13 |
| HSL | 278.07º | 0.68% | 0.58% | - |
| HSV(B) | 278.07º | 0.66% | 0.87% | - |
| XYZ | 31.78 | 18.71 | 70.34 | - |
| YUV | 120.04 | 184.98 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 76 | 221 | 0.24 | 0.66 | 0 | 0.13 | 278.07 | 0.68 | 0.58 |
| Hex | A8 | 4C | DD | 18 | 42 | 0 | D | 116 | 44 | 3A |
| Octal | 250 | 114 | 335 | 30 | 102 | 0 | 15 | 426 | 104 | 72 |
| Binary | 10101000 | 1001100 | 11011101 | 11000 | 1000010 | 0 | 1101 | 100010110 | 1000100 | 111010 |
Color Harmonies of #A84CDD
Complementary color
Monochromatic Colors of #A84CDD
Black with #A84CDD
Text Example
Text Example
White with #A84CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84CDD; }
p { color: rgb(168,76,221); }
H1.HeaderClassName
{
color: #A84CDD;
}
.AnyTagClassName
{
color: #A84CDD;
}
</style>
background-color css
<style>
a { background-color: #A84CDD; }
a { background-color: rgb(168,76,221); }
div.DivClassName
{
background-color: #A84CDD;
}
.BgClassName
{
background-color: #A84CDD;
}
</style>
border-color css
<style>
span { border-color: #A84CDD; }
span { border-color: rgb(168,76,221); }
td.TdClassName
{
border-color: #A84CDD;
}
.TagClassName
{
border-color: #A84CDD;
}
</style>