Shades of Medium Orchid #C549FA
Tints of Medium Orchid #C549FA
RGB
CMYK
RGB Variations
Color information
#C549FA (or 0xC549FA) is known color: Medium Orchid. HEX triplet: C5, 49 and FA. RGB value is (197,73,250). Sum of RGB (Red+Green+Blue) = 197+73+250=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 73 (28.91% from 255 or 14.04% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #C549FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C549FA is #3AB605. Grayscale: #818181. Windows color (decimal): -3847686 or 16402885. OLE color: 16402885.
HSL color Cylindrical-coordinate representation of color #C549FA: hue angle of 282.03º degrees, saturation: 0.95, 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 #C549FA is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 73 | 250 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.02 |
| HSL | 282.03º | 0.95% | 0.63% | - |
| HSV(B) | 282.03º | 0.71% | 0.98% | - |
| XYZ | 42.66 | 23.54 | 92.74 | - |
| YUV | 130.25 | 195.58 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 250 | 0.21 | 0.71 | 0 | 0.02 | 282.03 | 0.95 | 0.63 |
| Hex | C5 | 49 | FA | 15 | 47 | 0 | 2 | 11A | 5F | 3F |
| Octal | 305 | 111 | 372 | 25 | 107 | 0 | 2 | 432 | 137 | 77 |
| Binary | 11000101 | 1001001 | 11111010 | 10101 | 1000111 | 0 | 10 | 100011010 | 1011111 | 111111 |
Color Harmonies of #C549FA
Complementary color
Monochromatic Colors of #C549FA
Black with #C549FA
Text Example
Text Example
White with #C549FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C549FA; }
p { color: rgb(197,73,250); }
H1.HeaderClassName
{
color: #C549FA;
}
.AnyTagClassName
{
color: #C549FA;
}
</style>
background-color css
<style>
a { background-color: #C549FA; }
a { background-color: rgb(197,73,250); }
div.DivClassName
{
background-color: #C549FA;
}
.BgClassName
{
background-color: #C549FA;
}
</style>
border-color css
<style>
span { border-color: #C549FA; }
span { border-color: rgb(197,73,250); }
td.TdClassName
{
border-color: #C549FA;
}
.TagClassName
{
border-color: #C549FA;
}
</style>