Shades of Medium Orchid #C544E0
Tints of Medium Orchid #C544E0
RGB
CMYK
RGB Variations
Color information
#C544E0 (or 0xC544E0) is known color: Medium Orchid. HEX triplet: C5, 44 and E0. RGB value is (197,68,224). Sum of RGB (Red+Green+Blue) = 197+68+224=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 68 (26.95% from 255 or 13.91% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #C544E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C544E0 is #3ABB1F. Grayscale: #7B7B7B. Windows color (decimal): -3848992 or 14697669. OLE color: 14697669.
HSL color Cylindrical-coordinate representation of color #C544E0: hue angle of 289.62º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C544E0 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 68 | 224 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.12 |
| HSL | 289.62º | 0.72% | 0.57% | - |
| HSV(B) | 289.62º | 0.7% | 0.88% | - |
| XYZ | 38.55 | 21.39 | 72.62 | - |
| YUV | 124.36 | 184.24 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 68 | 224 | 0.12 | 0.70 | 0 | 0.12 | 289.62 | 0.72 | 0.57 |
| Hex | C5 | 44 | E0 | C | 46 | 0 | C | 122 | 48 | 39 |
| Octal | 305 | 104 | 340 | 14 | 106 | 0 | 14 | 442 | 110 | 71 |
| Binary | 11000101 | 1000100 | 11100000 | 1100 | 1000110 | 0 | 1100 | 100100010 | 1001000 | 111001 |
Color Harmonies of #C544E0
Complementary color
Monochromatic Colors of #C544E0
Black with #C544E0
Text Example
Text Example
White with #C544E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C544E0; }
p { color: rgb(197,68,224); }
H1.HeaderClassName
{
color: #C544E0;
}
.AnyTagClassName
{
color: #C544E0;
}
</style>
background-color css
<style>
a { background-color: #C544E0; }
a { background-color: rgb(197,68,224); }
div.DivClassName
{
background-color: #C544E0;
}
.BgClassName
{
background-color: #C544E0;
}
</style>
border-color css
<style>
span { border-color: #C544E0; }
span { border-color: rgb(197,68,224); }
td.TdClassName
{
border-color: #C544E0;
}
.TagClassName
{
border-color: #C544E0;
}
</style>