Shades of Medium Orchid #C548F8
Tints of Medium Orchid #C548F8
RGB
CMYK
RGB Variations
Color information
#C548F8 (or 0xC548F8) is known color: Medium Orchid. HEX triplet: C5, 48 and F8. RGB value is (197,72,248). Sum of RGB (Red+Green+Blue) = 197+72+248=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 72 (28.52% from 255 or 13.93% from 517); Blue value is 248 (97.27% from 255 or 47.97% from 517); Max value from RGB is 248 - color contains mainly: blue. Hex color #C548F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C548F8 is #3AB707. Grayscale: #808080. Windows color (decimal): -3847944 or 16271557. OLE color: 16271557.
HSL color Cylindrical-coordinate representation of color #C548F8: hue angle of 282.61º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C548F8 is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 72 | 248 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.03 |
| HSL | 282.61º | 0.93% | 0.63% | - |
| HSV(B) | 282.61º | 0.71% | 0.97% | - |
| XYZ | 42.29 | 23.28 | 91.07 | - |
| YUV | 129.44 | 194.91 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 248 | 0.21 | 0.71 | 0 | 0.03 | 282.61 | 0.93 | 0.63 |
| Hex | C5 | 48 | F8 | 15 | 47 | 0 | 3 | 11B | 5D | 3F |
| Octal | 305 | 110 | 370 | 25 | 107 | 0 | 3 | 433 | 135 | 77 |
| Binary | 11000101 | 1001000 | 11111000 | 10101 | 1000111 | 0 | 11 | 100011011 | 1011101 | 111111 |
Color Harmonies of #C548F8
Complementary color
Monochromatic Colors of #C548F8
Black with #C548F8
Text Example
Text Example
White with #C548F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C548F8; }
p { color: rgb(197,72,248); }
H1.HeaderClassName
{
color: #C548F8;
}
.AnyTagClassName
{
color: #C548F8;
}
</style>
background-color css
<style>
a { background-color: #C548F8; }
a { background-color: rgb(197,72,248); }
div.DivClassName
{
background-color: #C548F8;
}
.BgClassName
{
background-color: #C548F8;
}
</style>
border-color css
<style>
span { border-color: #C548F8; }
span { border-color: rgb(197,72,248); }
td.TdClassName
{
border-color: #C548F8;
}
.TagClassName
{
border-color: #C548F8;
}
</style>