Shades of Medium Orchid #C549FB
Tints of Medium Orchid #C549FB
RGB
CMYK
RGB Variations
Color information
#C549FB (or 0xC549FB) is known color: Medium Orchid. HEX triplet: C5, 49 and FB. RGB value is (197,73,251). Sum of RGB (Red+Green+Blue) = 197+73+251=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 73 (28.91% from 255 or 14.01% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #C549FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C549FB is #3AB604. Grayscale: #818181. Windows color (decimal): -3847685 or 16468421. OLE color: 16468421.
HSL color Cylindrical-coordinate representation of color #C549FB: hue angle of 281.8º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C549FB is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 73 | 251 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.02 |
| HSL | 281.8º | 0.96% | 0.64% | - |
| HSV(B) | 281.8º | 0.71% | 0.98% | - |
| XYZ | 42.82 | 23.6 | 93.57 | - |
| YUV | 130.37 | 196.08 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 251 | 0.22 | 0.71 | 0 | 0.02 | 281.8 | 0.96 | 0.64 |
| Hex | C5 | 49 | FB | 16 | 47 | 0 | 2 | 11A | 60 | 40 |
| Octal | 305 | 111 | 373 | 26 | 107 | 0 | 2 | 432 | 140 | 100 |
| Binary | 11000101 | 1001001 | 11111011 | 10110 | 1000111 | 0 | 10 | 100011010 | 1100000 | 1000000 |
Color Harmonies of #C549FB
Complementary color
Monochromatic Colors of #C549FB
Black with #C549FB
Text Example
Text Example
White with #C549FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C549FB; }
p { color: rgb(197,73,251); }
H1.HeaderClassName
{
color: #C549FB;
}
.AnyTagClassName
{
color: #C549FB;
}
</style>
background-color css
<style>
a { background-color: #C549FB; }
a { background-color: rgb(197,73,251); }
div.DivClassName
{
background-color: #C549FB;
}
.BgClassName
{
background-color: #C549FB;
}
</style>
border-color css
<style>
span { border-color: #C549FB; }
span { border-color: rgb(197,73,251); }
td.TdClassName
{
border-color: #C549FB;
}
.TagClassName
{
border-color: #C549FB;
}
</style>