Shades of Medium Orchid #C547F9
Tints of Medium Orchid #C547F9
RGB
CMYK
RGB Variations
Color information
#C547F9 (or 0xC547F9) is known color: Medium Orchid. HEX triplet: C5, 47 and F9. RGB value is (197,71,249). Sum of RGB (Red+Green+Blue) = 197+71+249=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 71 (28.12% from 255 or 13.73% from 517); Blue value is 249 (97.66% from 255 or 48.16% from 517); Max value from RGB is 249 - color contains mainly: blue. Hex color #C547F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C547F9 is #3AB806. Grayscale: #808080. Windows color (decimal): -3848199 or 16336837. OLE color: 16336837.
HSL color Cylindrical-coordinate representation of color #C547F9: hue angle of 282.47º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C547F9 is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 71 | 249 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.02 |
| HSL | 282.47º | 0.94% | 0.63% | - |
| HSV(B) | 282.47º | 0.71% | 0.98% | - |
| XYZ | 42.38 | 23.22 | 91.87 | - |
| YUV | 128.97 | 195.74 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 249 | 0.21 | 0.71 | 0 | 0.02 | 282.47 | 0.94 | 0.63 |
| Hex | C5 | 47 | F9 | 15 | 47 | 0 | 2 | 11A | 5E | 3F |
| Octal | 305 | 107 | 371 | 25 | 107 | 0 | 2 | 432 | 136 | 77 |
| Binary | 11000101 | 1000111 | 11111001 | 10101 | 1000111 | 0 | 10 | 100011010 | 1011110 | 111111 |
Color Harmonies of #C547F9
Complementary color
Monochromatic Colors of #C547F9
Black with #C547F9
Text Example
Text Example
White with #C547F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C547F9; }
p { color: rgb(197,71,249); }
H1.HeaderClassName
{
color: #C547F9;
}
.AnyTagClassName
{
color: #C547F9;
}
</style>
background-color css
<style>
a { background-color: #C547F9; }
a { background-color: rgb(197,71,249); }
div.DivClassName
{
background-color: #C547F9;
}
.BgClassName
{
background-color: #C547F9;
}
</style>
border-color css
<style>
span { border-color: #C547F9; }
span { border-color: rgb(197,71,249); }
td.TdClassName
{
border-color: #C547F9;
}
.TagClassName
{
border-color: #C547F9;
}
</style>