Shades of Medium Orchid #C547F6
Tints of Medium Orchid #C547F6
RGB
CMYK
RGB Variations
Color information
#C547F6 (or 0xC547F6) is known color: Medium Orchid. HEX triplet: C5, 47 and F6. RGB value is (197,71,246). Sum of RGB (Red+Green+Blue) = 197+71+246=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 71 (28.12% from 255 or 13.81% from 514); Blue value is 246 (96.48% from 255 or 47.86% from 514); Max value from RGB is 246 - color contains mainly: blue. Hex color #C547F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C547F6 is #3AB809. Grayscale: #808080. Windows color (decimal): -3848202 or 16140229. OLE color: 16140229.
HSL color Cylindrical-coordinate representation of color #C547F6: hue angle of 283.2º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C547F6 is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 71 | 246 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.04 |
| HSL | 283.2º | 0.91% | 0.62% | - |
| HSV(B) | 283.2º | 0.71% | 0.96% | - |
| XYZ | 41.91 | 23.03 | 89.43 | - |
| YUV | 128.62 | 194.24 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 246 | 0.20 | 0.71 | 0 | 0.04 | 283.2 | 0.91 | 0.62 |
| Hex | C5 | 47 | F6 | 14 | 47 | 0 | 4 | 11B | 5B | 3E |
| Octal | 305 | 107 | 366 | 24 | 107 | 0 | 4 | 433 | 133 | 76 |
| Binary | 11000101 | 1000111 | 11110110 | 10100 | 1000111 | 0 | 100 | 100011011 | 1011011 | 111110 |
Color Harmonies of #C547F6
Complementary color
Monochromatic Colors of #C547F6
Black with #C547F6
Text Example
Text Example
White with #C547F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C547F6; }
p { color: rgb(197,71,246); }
H1.HeaderClassName
{
color: #C547F6;
}
.AnyTagClassName
{
color: #C547F6;
}
</style>
background-color css
<style>
a { background-color: #C547F6; }
a { background-color: rgb(197,71,246); }
div.DivClassName
{
background-color: #C547F6;
}
.BgClassName
{
background-color: #C547F6;
}
</style>
border-color css
<style>
span { border-color: #C547F6; }
span { border-color: rgb(197,71,246); }
td.TdClassName
{
border-color: #C547F6;
}
.TagClassName
{
border-color: #C547F6;
}
</style>