Shades of Medium Orchid #C54CD9
Tints of Medium Orchid #C54CD9
RGB
CMYK
RGB Variations
Color information
#C54CD9 (or 0xC54CD9) is known color: Medium Orchid. HEX triplet: C5, 4C and D9. RGB value is (197,76,217). Sum of RGB (Red+Green+Blue) = 197+76+217=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 217 - color contains mainly: blue. Hex color #C54CD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54CD9 is #3AB326. Grayscale: #7F7F7F. Windows color (decimal): -3846951 or 14240965. OLE color: 14240965.
HSL color Cylindrical-coordinate representation of color #C54CD9: hue angle of 291.49º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C54CD9 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 76 | 217 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.15 |
| HSL | 291.49º | 0.65% | 0.57% | - |
| HSV(B) | 291.49º | 0.65% | 0.85% | - |
| XYZ | 38.13 | 22.05 | 67.89 | - |
| YUV | 128.25 | 178.09 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 217 | 0.09 | 0.65 | 0 | 0.15 | 291.49 | 0.65 | 0.57 |
| Hex | C5 | 4C | D9 | 9 | 41 | 0 | F | 123 | 41 | 39 |
| Octal | 305 | 114 | 331 | 11 | 101 | 0 | 17 | 443 | 101 | 71 |
| Binary | 11000101 | 1001100 | 11011001 | 1001 | 1000001 | 0 | 1111 | 100100011 | 1000001 | 111001 |
Color Harmonies of #C54CD9
Complementary color
Monochromatic Colors of #C54CD9
Black with #C54CD9
Text Example
Text Example
White with #C54CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54CD9; }
p { color: rgb(197,76,217); }
H1.HeaderClassName
{
color: #C54CD9;
}
.AnyTagClassName
{
color: #C54CD9;
}
</style>
background-color css
<style>
a { background-color: #C54CD9; }
a { background-color: rgb(197,76,217); }
div.DivClassName
{
background-color: #C54CD9;
}
.BgClassName
{
background-color: #C54CD9;
}
</style>
border-color css
<style>
span { border-color: #C54CD9; }
span { border-color: rgb(197,76,217); }
td.TdClassName
{
border-color: #C54CD9;
}
.TagClassName
{
border-color: #C54CD9;
}
</style>