Shades of Medium Orchid #A851CD
Tints of Medium Orchid #A851CD
RGB
CMYK
RGB Variations
Color information
#A851CD (or 0xA851CD) is known color: Medium Orchid. HEX triplet: A8, 51 and CD. RGB value is (168,81,205). Sum of RGB (Red+Green+Blue) = 168+81+205=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #A851CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A851CD is #57AE32. Grayscale: #787878. Windows color (decimal): -5746227 or 13455784. OLE color: 13455784.
HSL color Cylindrical-coordinate representation of color #A851CD: hue angle of 282.1º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A851CD is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 81 | 205 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.20 |
| HSL | 282.1º | 0.55% | 0.56% | - |
| HSV(B) | 282.1º | 0.6% | 0.8% | - |
| XYZ | 30.11 | 18.62 | 59.76 | - |
| YUV | 121.15 | 175.32 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 205 | 0.18 | 0.60 | 0 | 0.20 | 282.1 | 0.55 | 0.56 |
| Hex | A8 | 51 | CD | 12 | 3C | 0 | 14 | 11A | 37 | 38 |
| Octal | 250 | 121 | 315 | 22 | 74 | 0 | 24 | 432 | 67 | 70 |
| Binary | 10101000 | 1010001 | 11001101 | 10010 | 111100 | 0 | 10100 | 100011010 | 110111 | 111000 |
Color Harmonies of #A851CD
Complementary color
Monochromatic Colors of #A851CD
Black with #A851CD
Text Example
Text Example
White with #A851CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A851CD; }
p { color: rgb(168,81,205); }
H1.HeaderClassName
{
color: #A851CD;
}
.AnyTagClassName
{
color: #A851CD;
}
</style>
background-color css
<style>
a { background-color: #A851CD; }
a { background-color: rgb(168,81,205); }
div.DivClassName
{
background-color: #A851CD;
}
.BgClassName
{
background-color: #A851CD;
}
</style>
border-color css
<style>
span { border-color: #A851CD; }
span { border-color: rgb(168,81,205); }
td.TdClassName
{
border-color: #A851CD;
}
.TagClassName
{
border-color: #A851CD;
}
</style>