Shades of Medium Orchid #C548FB
Tints of Medium Orchid #C548FB
RGB
CMYK
RGB Variations
Color information
#C548FB (or 0xC548FB) is known color: Medium Orchid. HEX triplet: C5, 48 and FB. RGB value is (197,72,251). Sum of RGB (Red+Green+Blue) = 197+72+251=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 72 (28.52% from 255 or 13.85% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #C548FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C548FB is #3AB704. Grayscale: #818181. Windows color (decimal): -3847941 or 16468165. OLE color: 16468165.
HSL color Cylindrical-coordinate representation of color #C548FB: hue angle of 281.9º degrees, saturation: 0.96, 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 #C548FB is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 72 | 251 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.02 |
| HSL | 281.9º | 0.96% | 0.63% | - |
| HSV(B) | 281.9º | 0.71% | 0.98% | - |
| XYZ | 42.76 | 23.47 | 93.54 | - |
| YUV | 129.78 | 196.41 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 251 | 0.22 | 0.71 | 0 | 0.02 | 281.9 | 0.96 | 0.63 |
| Hex | C5 | 48 | FB | 16 | 47 | 0 | 2 | 11A | 60 | 3F |
| Octal | 305 | 110 | 373 | 26 | 107 | 0 | 2 | 432 | 140 | 77 |
| Binary | 11000101 | 1001000 | 11111011 | 10110 | 1000111 | 0 | 10 | 100011010 | 1100000 | 111111 |
Color Harmonies of #C548FB
Complementary color
Monochromatic Colors of #C548FB
Black with #C548FB
Text Example
Text Example
White with #C548FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C548FB; }
p { color: rgb(197,72,251); }
H1.HeaderClassName
{
color: #C548FB;
}
.AnyTagClassName
{
color: #C548FB;
}
</style>
background-color css
<style>
a { background-color: #C548FB; }
a { background-color: rgb(197,72,251); }
div.DivClassName
{
background-color: #C548FB;
}
.BgClassName
{
background-color: #C548FB;
}
</style>
border-color css
<style>
span { border-color: #C548FB; }
span { border-color: rgb(197,72,251); }
td.TdClassName
{
border-color: #C548FB;
}
.TagClassName
{
border-color: #C548FB;
}
</style>