Shades of Medium Orchid #A74ECD
Tints of Medium Orchid #A74ECD
RGB
CMYK
RGB Variations
Color information
#A74ECD (or 0xA74ECD) is known color: Medium Orchid. HEX triplet: A7, 4E and CD. RGB value is (167,78,205). Sum of RGB (Red+Green+Blue) = 167+78+205=450 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.11% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #A74ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74ECD is #58B132. Grayscale: #767676. Windows color (decimal): -5812531 or 13455015. OLE color: 13455015.
HSL color Cylindrical-coordinate representation of color #A74ECD: hue angle of 282.05º 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 #A74ECD is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 78 | 205 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.20 |
| HSL | 282.05º | 0.56% | 0.55% | - |
| HSV(B) | 282.05º | 0.62% | 0.8% | - |
| XYZ | 29.68 | 18.07 | 59.68 | - |
| YUV | 119.09 | 176.49 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 78 | 205 | 0.19 | 0.62 | 0 | 0.20 | 282.05 | 0.56 | 0.55 |
| Hex | A7 | 4E | CD | 13 | 3E | 0 | 14 | 11A | 38 | 37 |
| Octal | 247 | 116 | 315 | 23 | 76 | 0 | 24 | 432 | 70 | 67 |
| Binary | 10100111 | 1001110 | 11001101 | 10011 | 111110 | 0 | 10100 | 100011010 | 111000 | 110111 |
Color Harmonies of #A74ECD
Complementary color
Monochromatic Colors of #A74ECD
Black with #A74ECD
Text Example
Text Example
White with #A74ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74ECD; }
p { color: rgb(167,78,205); }
H1.HeaderClassName
{
color: #A74ECD;
}
.AnyTagClassName
{
color: #A74ECD;
}
</style>
background-color css
<style>
a { background-color: #A74ECD; }
a { background-color: rgb(167,78,205); }
div.DivClassName
{
background-color: #A74ECD;
}
.BgClassName
{
background-color: #A74ECD;
}
</style>
border-color css
<style>
span { border-color: #A74ECD; }
span { border-color: rgb(167,78,205); }
td.TdClassName
{
border-color: #A74ECD;
}
.TagClassName
{
border-color: #A74ECD;
}
</style>