Shades of Medium Orchid #C549F1
Tints of Medium Orchid #C549F1
RGB
CMYK
RGB Variations
Color information
#C549F1 (or 0xC549F1) is known color: Medium Orchid. HEX triplet: C5, 49 and F1. RGB value is (197,73,241). Sum of RGB (Red+Green+Blue) = 197+73+241=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 73 (28.91% from 255 or 14.29% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #C549F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C549F1 is #3AB60E. Grayscale: #808080. Windows color (decimal): -3847695 or 15813061. OLE color: 15813061.
HSL color Cylindrical-coordinate representation of color #C549F1: hue angle of 284.29º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C549F1 is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 73 | 241 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.05 |
| HSL | 284.29º | 0.86% | 0.62% | - |
| HSV(B) | 284.29º | 0.7% | 0.95% | - |
| XYZ | 41.29 | 22.99 | 85.48 | - |
| YUV | 129.23 | 191.08 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 241 | 0.18 | 0.70 | 0 | 0.05 | 284.29 | 0.86 | 0.62 |
| Hex | C5 | 49 | F1 | 12 | 46 | 0 | 5 | 11C | 56 | 3E |
| Octal | 305 | 111 | 361 | 22 | 106 | 0 | 5 | 434 | 126 | 76 |
| Binary | 11000101 | 1001001 | 11110001 | 10010 | 1000110 | 0 | 101 | 100011100 | 1010110 | 111110 |
Color Harmonies of #C549F1
Complementary color
Monochromatic Colors of #C549F1
Black with #C549F1
Text Example
Text Example
White with #C549F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C549F1; }
p { color: rgb(197,73,241); }
H1.HeaderClassName
{
color: #C549F1;
}
.AnyTagClassName
{
color: #C549F1;
}
</style>
background-color css
<style>
a { background-color: #C549F1; }
a { background-color: rgb(197,73,241); }
div.DivClassName
{
background-color: #C549F1;
}
.BgClassName
{
background-color: #C549F1;
}
</style>
border-color css
<style>
span { border-color: #C549F1; }
span { border-color: rgb(197,73,241); }
td.TdClassName
{
border-color: #C549F1;
}
.TagClassName
{
border-color: #C549F1;
}
</style>