Shades of Medium Orchid #C549F6
Tints of Medium Orchid #C549F6
RGB
CMYK
RGB Variations
Color information
#C549F6 (or 0xC549F6) is known color: Medium Orchid. HEX triplet: C5, 49 and F6. RGB value is (197,73,246). Sum of RGB (Red+Green+Blue) = 197+73+246=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 73 (28.91% from 255 or 14.15% from 516); Blue value is 246 (96.48% from 255 or 47.67% from 516); Max value from RGB is 246 - color contains mainly: blue. Hex color #C549F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C549F6 is #3AB609. Grayscale: #818181. Windows color (decimal): -3847690 or 16140741. OLE color: 16140741.
HSL color Cylindrical-coordinate representation of color #C549F6: hue angle of 283.01º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C549F6 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 73 | 246 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.04 |
| HSL | 283.01º | 0.91% | 0.63% | - |
| HSV(B) | 283.01º | 0.7% | 0.96% | - |
| XYZ | 42.04 | 23.29 | 89.47 | - |
| YUV | 129.8 | 193.58 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 246 | 0.20 | 0.70 | 0 | 0.04 | 283.01 | 0.91 | 0.63 |
| Hex | C5 | 49 | F6 | 14 | 46 | 0 | 4 | 11B | 5B | 3F |
| Octal | 305 | 111 | 366 | 24 | 106 | 0 | 4 | 433 | 133 | 77 |
| Binary | 11000101 | 1001001 | 11110110 | 10100 | 1000110 | 0 | 100 | 100011011 | 1011011 | 111111 |
Color Harmonies of #C549F6
Complementary color
Monochromatic Colors of #C549F6
Black with #C549F6
Text Example
Text Example
White with #C549F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C549F6; }
p { color: rgb(197,73,246); }
H1.HeaderClassName
{
color: #C549F6;
}
.AnyTagClassName
{
color: #C549F6;
}
</style>
background-color css
<style>
a { background-color: #C549F6; }
a { background-color: rgb(197,73,246); }
div.DivClassName
{
background-color: #C549F6;
}
.BgClassName
{
background-color: #C549F6;
}
</style>
border-color css
<style>
span { border-color: #C549F6; }
span { border-color: rgb(197,73,246); }
td.TdClassName
{
border-color: #C549F6;
}
.TagClassName
{
border-color: #C549F6;
}
</style>