Shades of Medium Orchid #A84CCD
Tints of Medium Orchid #A84CCD
RGB
CMYK
RGB Variations
Color information
#A84CCD (or 0xA84CCD) is known color: Medium Orchid. HEX triplet: A8, 4C and CD. RGB value is (168,76,205). Sum of RGB (Red+Green+Blue) = 168+76+205=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #A84CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84CCD is #57B332. Grayscale: #757575. Windows color (decimal): -5747507 or 13454504. OLE color: 13454504.
HSL color Cylindrical-coordinate representation of color #A84CCD: hue angle of 282.79º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A84CCD is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 76 | 205 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.20 |
| HSL | 282.79º | 0.56% | 0.55% | - |
| HSV(B) | 282.79º | 0.63% | 0.8% | - |
| XYZ | 29.75 | 17.9 | 59.64 | - |
| YUV | 118.21 | 176.98 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 76 | 205 | 0.18 | 0.63 | 0 | 0.20 | 282.79 | 0.56 | 0.55 |
| Hex | A8 | 4C | CD | 12 | 3F | 0 | 14 | 11B | 38 | 37 |
| Octal | 250 | 114 | 315 | 22 | 77 | 0 | 24 | 433 | 70 | 67 |
| Binary | 10101000 | 1001100 | 11001101 | 10010 | 111111 | 0 | 10100 | 100011011 | 111000 | 110111 |
Color Harmonies of #A84CCD
Complementary color
Monochromatic Colors of #A84CCD
Black with #A84CCD
Text Example
Text Example
White with #A84CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84CCD; }
p { color: rgb(168,76,205); }
H1.HeaderClassName
{
color: #A84CCD;
}
.AnyTagClassName
{
color: #A84CCD;
}
</style>
background-color css
<style>
a { background-color: #A84CCD; }
a { background-color: rgb(168,76,205); }
div.DivClassName
{
background-color: #A84CCD;
}
.BgClassName
{
background-color: #A84CCD;
}
</style>
border-color css
<style>
span { border-color: #A84CCD; }
span { border-color: rgb(168,76,205); }
td.TdClassName
{
border-color: #A84CCD;
}
.TagClassName
{
border-color: #A84CCD;
}
</style>