Shades of Medium Orchid #A74DCF
Tints of Medium Orchid #A74DCF
RGB
CMYK
RGB Variations
Color information
#A74DCF (or 0xA74DCF) is known color: Medium Orchid. HEX triplet: A7, 4D and CF. RGB value is (167,77,207). Sum of RGB (Red+Green+Blue) = 167+77+207=451 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.03% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #A74DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74DCF is #58B230. Grayscale: #767676. Windows color (decimal): -5812785 or 13585831. OLE color: 13585831.
HSL color Cylindrical-coordinate representation of color #A74DCF: hue angle of 281.54º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A74DCF is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 77 | 207 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.19 |
| HSL | 281.54º | 0.58% | 0.56% | - |
| HSV(B) | 281.54º | 0.63% | 0.81% | - |
| XYZ | 29.85 | 18.03 | 60.94 | - |
| YUV | 118.73 | 177.82 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 207 | 0.19 | 0.63 | 0 | 0.19 | 281.54 | 0.58 | 0.56 |
| Hex | A7 | 4D | CF | 13 | 3F | 0 | 13 | 11A | 3A | 38 |
| Octal | 247 | 115 | 317 | 23 | 77 | 0 | 23 | 432 | 72 | 70 |
| Binary | 10100111 | 1001101 | 11001111 | 10011 | 111111 | 0 | 10011 | 100011010 | 111010 | 111000 |
Color Harmonies of #A74DCF
Complementary color
Monochromatic Colors of #A74DCF
Black with #A74DCF
Text Example
Text Example
White with #A74DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74DCF; }
p { color: rgb(167,77,207); }
H1.HeaderClassName
{
color: #A74DCF;
}
.AnyTagClassName
{
color: #A74DCF;
}
</style>
background-color css
<style>
a { background-color: #A74DCF; }
a { background-color: rgb(167,77,207); }
div.DivClassName
{
background-color: #A74DCF;
}
.BgClassName
{
background-color: #A74DCF;
}
</style>
border-color css
<style>
span { border-color: #A74DCF; }
span { border-color: rgb(167,77,207); }
td.TdClassName
{
border-color: #A74DCF;
}
.TagClassName
{
border-color: #A74DCF;
}
</style>