Shades of Medium Orchid #A74DCD
Tints of Medium Orchid #A74DCD
RGB
CMYK
RGB Variations
Color information
#A74DCD (or 0xA74DCD) is known color: Medium Orchid. HEX triplet: A7, 4D and CD. RGB value is (167,77,205). Sum of RGB (Red+Green+Blue) = 167+77+205=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 77 (30.47% from 255 or 17.15% 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 #A74DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74DCD is #58B232. Grayscale: #767676. Windows color (decimal): -5812787 or 13454759. OLE color: 13454759.
HSL color Cylindrical-coordinate representation of color #A74DCD: hue angle of 282.19º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A74DCD is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 77 | 205 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.20 |
| HSL | 282.19º | 0.56% | 0.55% | - |
| HSV(B) | 282.19º | 0.62% | 0.8% | - |
| XYZ | 29.61 | 17.93 | 59.66 | - |
| YUV | 118.5 | 176.82 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 205 | 0.19 | 0.62 | 0 | 0.20 | 282.19 | 0.56 | 0.55 |
| Hex | A7 | 4D | CD | 13 | 3E | 0 | 14 | 11A | 38 | 37 |
| Octal | 247 | 115 | 315 | 23 | 76 | 0 | 24 | 432 | 70 | 67 |
| Binary | 10100111 | 1001101 | 11001101 | 10011 | 111110 | 0 | 10100 | 100011010 | 111000 | 110111 |
Color Harmonies of #A74DCD
Complementary color
Monochromatic Colors of #A74DCD
Black with #A74DCD
Text Example
Text Example
White with #A74DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74DCD; }
p { color: rgb(167,77,205); }
H1.HeaderClassName
{
color: #A74DCD;
}
.AnyTagClassName
{
color: #A74DCD;
}
</style>
background-color css
<style>
a { background-color: #A74DCD; }
a { background-color: rgb(167,77,205); }
div.DivClassName
{
background-color: #A74DCD;
}
.BgClassName
{
background-color: #A74DCD;
}
</style>
border-color css
<style>
span { border-color: #A74DCD; }
span { border-color: rgb(167,77,205); }
td.TdClassName
{
border-color: #A74DCD;
}
.TagClassName
{
border-color: #A74DCD;
}
</style>