Shades of Medium Orchid #A855CD
Tints of Medium Orchid #A855CD
RGB
CMYK
RGB Variations
Color information
#A855CD (or 0xA855CD) is known color: Medium Orchid. HEX triplet: A8, 55 and CD. RGB value is (168,85,205). Sum of RGB (Red+Green+Blue) = 168+85+205=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #A855CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A855CD is #57AA32. Grayscale: #7B7B7B. Windows color (decimal): -5745203 or 13456808. OLE color: 13456808.
HSL color Cylindrical-coordinate representation of color #A855CD: hue angle of 281.5º 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 #A855CD is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 85 | 205 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.20 |
| HSL | 281.5º | 0.55% | 0.57% | - |
| HSV(B) | 281.5º | 0.59% | 0.8% | - |
| XYZ | 30.42 | 19.23 | 59.87 | - |
| YUV | 123.5 | 174 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 205 | 0.18 | 0.59 | 0 | 0.20 | 281.5 | 0.55 | 0.57 |
| Hex | A8 | 55 | CD | 12 | 3B | 0 | 14 | 11A | 37 | 39 |
| Octal | 250 | 125 | 315 | 22 | 73 | 0 | 24 | 432 | 67 | 71 |
| Binary | 10101000 | 1010101 | 11001101 | 10010 | 111011 | 0 | 10100 | 100011010 | 110111 | 111001 |
Color Harmonies of #A855CD
Complementary color
Monochromatic Colors of #A855CD
Black with #A855CD
Text Example
Text Example
White with #A855CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A855CD; }
p { color: rgb(168,85,205); }
H1.HeaderClassName
{
color: #A855CD;
}
.AnyTagClassName
{
color: #A855CD;
}
</style>
background-color css
<style>
a { background-color: #A855CD; }
a { background-color: rgb(168,85,205); }
div.DivClassName
{
background-color: #A855CD;
}
.BgClassName
{
background-color: #A855CD;
}
</style>
border-color css
<style>
span { border-color: #A855CD; }
span { border-color: rgb(168,85,205); }
td.TdClassName
{
border-color: #A855CD;
}
.TagClassName
{
border-color: #A855CD;
}
</style>