Shades of Medium Orchid #C54AD9
Tints of Medium Orchid #C54AD9
RGB
CMYK
RGB Variations
Color information
#C54AD9 (or 0xC54AD9) is known color: Medium Orchid. HEX triplet: C5, 4A and D9. RGB value is (197,74,217). Sum of RGB (Red+Green+Blue) = 197+74+217=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 217 (85.16% from 255 or 44.47% from 488); Max value from RGB is 217 - color contains mainly: blue. Hex color #C54AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54AD9 is #3AB526. Grayscale: #7E7E7E. Windows color (decimal): -3847463 or 14240453. OLE color: 14240453.
HSL color Cylindrical-coordinate representation of color #C54AD9: hue angle of 291.61º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54AD9 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 74 | 217 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.15 |
| HSL | 291.61º | 0.65% | 0.57% | - |
| HSV(B) | 291.61º | 0.66% | 0.85% | - |
| XYZ | 38 | 21.78 | 67.85 | - |
| YUV | 127.08 | 178.75 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 217 | 0.09 | 0.66 | 0 | 0.15 | 291.61 | 0.65 | 0.57 |
| Hex | C5 | 4A | D9 | 9 | 42 | 0 | F | 124 | 41 | 39 |
| Octal | 305 | 112 | 331 | 11 | 102 | 0 | 17 | 444 | 101 | 71 |
| Binary | 11000101 | 1001010 | 11011001 | 1001 | 1000010 | 0 | 1111 | 100100100 | 1000001 | 111001 |
Color Harmonies of #C54AD9
Complementary color
Monochromatic Colors of #C54AD9
Black with #C54AD9
Text Example
Text Example
White with #C54AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54AD9; }
p { color: rgb(197,74,217); }
H1.HeaderClassName
{
color: #C54AD9;
}
.AnyTagClassName
{
color: #C54AD9;
}
</style>
background-color css
<style>
a { background-color: #C54AD9; }
a { background-color: rgb(197,74,217); }
div.DivClassName
{
background-color: #C54AD9;
}
.BgClassName
{
background-color: #C54AD9;
}
</style>
border-color css
<style>
span { border-color: #C54AD9; }
span { border-color: rgb(197,74,217); }
td.TdClassName
{
border-color: #C54AD9;
}
.TagClassName
{
border-color: #C54AD9;
}
</style>