Shades of Medium Orchid #A854CD
Tints of Medium Orchid #A854CD
RGB
CMYK
RGB Variations
Color information
#A854CD (or 0xA854CD) is known color: Medium Orchid. HEX triplet: A8, 54 and CD. RGB value is (168,84,205). Sum of RGB (Red+Green+Blue) = 168+84+205=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #A854CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A854CD is #57AB32. Grayscale: #7A7A7A. Windows color (decimal): -5745459 or 13456552. OLE color: 13456552.
HSL color Cylindrical-coordinate representation of color #A854CD: hue angle of 281.65º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A854CD is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 84 | 205 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.20 |
| HSL | 281.65º | 0.55% | 0.57% | - |
| HSV(B) | 281.65º | 0.59% | 0.8% | - |
| XYZ | 30.34 | 19.07 | 59.84 | - |
| YUV | 122.91 | 174.33 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 205 | 0.18 | 0.59 | 0 | 0.20 | 281.65 | 0.55 | 0.57 |
| Hex | A8 | 54 | CD | 12 | 3B | 0 | 14 | 11A | 37 | 39 |
| Octal | 250 | 124 | 315 | 22 | 73 | 0 | 24 | 432 | 67 | 71 |
| Binary | 10101000 | 1010100 | 11001101 | 10010 | 111011 | 0 | 10100 | 100011010 | 110111 | 111001 |
Color Harmonies of #A854CD
Complementary color
Monochromatic Colors of #A854CD
Black with #A854CD
Text Example
Text Example
White with #A854CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A854CD; }
p { color: rgb(168,84,205); }
H1.HeaderClassName
{
color: #A854CD;
}
.AnyTagClassName
{
color: #A854CD;
}
</style>
background-color css
<style>
a { background-color: #A854CD; }
a { background-color: rgb(168,84,205); }
div.DivClassName
{
background-color: #A854CD;
}
.BgClassName
{
background-color: #A854CD;
}
</style>
border-color css
<style>
span { border-color: #A854CD; }
span { border-color: rgb(168,84,205); }
td.TdClassName
{
border-color: #A854CD;
}
.TagClassName
{
border-color: #A854CD;
}
</style>