Shades of Medium Orchid #A847CD
Tints of Medium Orchid #A847CD
RGB
CMYK
RGB Variations
Color information
#A847CD (or 0xA847CD) is known color: Medium Orchid. HEX triplet: A8, 47 and CD. RGB value is (168,71,205). Sum of RGB (Red+Green+Blue) = 168+71+205=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #A847CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A847CD is #57B832. Grayscale: #727272. Windows color (decimal): -5748787 or 13453224. OLE color: 13453224.
HSL color Cylindrical-coordinate representation of color #A847CD: hue angle of 283.43º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A847CD is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 71 | 205 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.20 |
| HSL | 283.43º | 0.57% | 0.54% | - |
| HSV(B) | 283.43º | 0.65% | 0.8% | - |
| XYZ | 29.42 | 17.24 | 59.53 | - |
| YUV | 115.28 | 178.64 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 71 | 205 | 0.18 | 0.65 | 0 | 0.20 | 283.43 | 0.57 | 0.54 |
| Hex | A8 | 47 | CD | 12 | 41 | 0 | 14 | 11B | 39 | 36 |
| Octal | 250 | 107 | 315 | 22 | 101 | 0 | 24 | 433 | 71 | 66 |
| Binary | 10101000 | 1000111 | 11001101 | 10010 | 1000001 | 0 | 10100 | 100011011 | 111001 | 110110 |
Color Harmonies of #A847CD
Complementary color
Monochromatic Colors of #A847CD
Black with #A847CD
Text Example
Text Example
White with #A847CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A847CD; }
p { color: rgb(168,71,205); }
H1.HeaderClassName
{
color: #A847CD;
}
.AnyTagClassName
{
color: #A847CD;
}
</style>
background-color css
<style>
a { background-color: #A847CD; }
a { background-color: rgb(168,71,205); }
div.DivClassName
{
background-color: #A847CD;
}
.BgClassName
{
background-color: #A847CD;
}
</style>
border-color css
<style>
span { border-color: #A847CD; }
span { border-color: rgb(168,71,205); }
td.TdClassName
{
border-color: #A847CD;
}
.TagClassName
{
border-color: #A847CD;
}
</style>