Shades of Medium Orchid #C548E4
Tints of Medium Orchid #C548E4
RGB
CMYK
RGB Variations
Color information
#C548E4 (or 0xC548E4) is known color: Medium Orchid. HEX triplet: C5, 48 and E4. RGB value is (197,72,228). Sum of RGB (Red+Green+Blue) = 197+72+228=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 72 (28.52% from 255 or 14.49% from 497); Blue value is 228 (89.45% from 255 or 45.88% from 497); Max value from RGB is 228 - color contains mainly: blue. Hex color #C548E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C548E4 is #3AB71B. Grayscale: #7E7E7E. Windows color (decimal): -3847964 or 14960837. OLE color: 14960837.
HSL color Cylindrical-coordinate representation of color #C548E4: hue angle of 288.08º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C548E4 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 72 | 228 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.11 |
| HSL | 288.08º | 0.74% | 0.59% | - |
| HSV(B) | 288.08º | 0.68% | 0.89% | - |
| XYZ | 39.35 | 22.11 | 75.59 | - |
| YUV | 127.16 | 184.91 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 228 | 0.14 | 0.68 | 0 | 0.11 | 288.08 | 0.74 | 0.59 |
| Hex | C5 | 48 | E4 | E | 44 | 0 | B | 120 | 4A | 3B |
| Octal | 305 | 110 | 344 | 16 | 104 | 0 | 13 | 440 | 112 | 73 |
| Binary | 11000101 | 1001000 | 11100100 | 1110 | 1000100 | 0 | 1011 | 100100000 | 1001010 | 111011 |
Color Harmonies of #C548E4
Complementary color
Monochromatic Colors of #C548E4
Black with #C548E4
Text Example
Text Example
White with #C548E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C548E4; }
p { color: rgb(197,72,228); }
H1.HeaderClassName
{
color: #C548E4;
}
.AnyTagClassName
{
color: #C548E4;
}
</style>
background-color css
<style>
a { background-color: #C548E4; }
a { background-color: rgb(197,72,228); }
div.DivClassName
{
background-color: #C548E4;
}
.BgClassName
{
background-color: #C548E4;
}
</style>
border-color css
<style>
span { border-color: #C548E4; }
span { border-color: rgb(197,72,228); }
td.TdClassName
{
border-color: #C548E4;
}
.TagClassName
{
border-color: #C548E4;
}
</style>