Shades of Medium Orchid #A84CDF
Tints of Medium Orchid #A84CDF
RGB
CMYK
RGB Variations
Color information
#A84CDF (or 0xA84CDF) is known color: Medium Orchid. HEX triplet: A8, 4C and DF. RGB value is (168,76,223). Sum of RGB (Red+Green+Blue) = 168+76+223=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #A84CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84CDF is #57B320. Grayscale: #777777. Windows color (decimal): -5747489 or 14634152. OLE color: 14634152.
HSL color Cylindrical-coordinate representation of color #A84CDF: hue angle of 277.55º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A84CDF is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 76 | 223 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.13 |
| HSL | 277.55º | 0.7% | 0.59% | - |
| HSV(B) | 277.55º | 0.66% | 0.87% | - |
| XYZ | 32.05 | 18.82 | 71.76 | - |
| YUV | 120.27 | 185.98 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 76 | 223 | 0.25 | 0.66 | 0 | 0.13 | 277.55 | 0.7 | 0.59 |
| Hex | A8 | 4C | DF | 19 | 42 | 0 | D | 116 | 46 | 3B |
| Octal | 250 | 114 | 337 | 31 | 102 | 0 | 15 | 426 | 106 | 73 |
| Binary | 10101000 | 1001100 | 11011111 | 11001 | 1000010 | 0 | 1101 | 100010110 | 1000110 | 111011 |
Color Harmonies of #A84CDF
Complementary color
Monochromatic Colors of #A84CDF
Black with #A84CDF
Text Example
Text Example
White with #A84CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84CDF; }
p { color: rgb(168,76,223); }
H1.HeaderClassName
{
color: #A84CDF;
}
.AnyTagClassName
{
color: #A84CDF;
}
</style>
background-color css
<style>
a { background-color: #A84CDF; }
a { background-color: rgb(168,76,223); }
div.DivClassName
{
background-color: #A84CDF;
}
.BgClassName
{
background-color: #A84CDF;
}
</style>
border-color css
<style>
span { border-color: #A84CDF; }
span { border-color: rgb(168,76,223); }
td.TdClassName
{
border-color: #A84CDF;
}
.TagClassName
{
border-color: #A84CDF;
}
</style>