Shades of Medium Orchid #C537E4
Tints of Medium Orchid #C537E4
RGB
CMYK
RGB Variations
Color information
#C537E4 (or 0xC537E4) is known color: Medium Orchid. HEX triplet: C5, 37 and E4. RGB value is (197,55,228). Sum of RGB (Red+Green+Blue) = 197+55+228=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 55 (21.88% from 255 or 11.46% from 480); Blue value is 228 (89.45% from 255 or 47.5% from 480); Max value from RGB is 228 - color contains mainly: blue. Hex color #C537E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C537E4 is #3AC81B. Grayscale: #747474. Windows color (decimal): -3852316 or 14956485. OLE color: 14956485.
HSL color Cylindrical-coordinate representation of color #C537E4: hue angle of 289.25º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C537E4 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 55 | 228 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.11 |
| HSL | 289.25º | 0.76% | 0.55% | - |
| HSV(B) | 289.25º | 0.76% | 0.89% | - |
| XYZ | 38.4 | 20.2 | 75.27 | - |
| YUV | 117.18 | 190.54 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 228 | 0.14 | 0.76 | 0 | 0.11 | 289.25 | 0.76 | 0.55 |
| Hex | C5 | 37 | E4 | E | 4C | 0 | B | 121 | 4C | 37 |
| Octal | 305 | 67 | 344 | 16 | 114 | 0 | 13 | 441 | 114 | 67 |
| Binary | 11000101 | 110111 | 11100100 | 1110 | 1001100 | 0 | 1011 | 100100001 | 1001100 | 110111 |
Color Harmonies of #C537E4
Complementary color
Monochromatic Colors of #C537E4
Black with #C537E4
Text Example
Text Example
White with #C537E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C537E4; }
p { color: rgb(197,55,228); }
H1.HeaderClassName
{
color: #C537E4;
}
.AnyTagClassName
{
color: #C537E4;
}
</style>
background-color css
<style>
a { background-color: #C537E4; }
a { background-color: rgb(197,55,228); }
div.DivClassName
{
background-color: #C537E4;
}
.BgClassName
{
background-color: #C537E4;
}
</style>
border-color css
<style>
span { border-color: #C537E4; }
span { border-color: rgb(197,55,228); }
td.TdClassName
{
border-color: #C537E4;
}
.TagClassName
{
border-color: #C537E4;
}
</style>