Shades of Medium Orchid #C537EF
Tints of Medium Orchid #C537EF
RGB
CMYK
RGB Variations
Color information
#C537EF (or 0xC537EF) is known color: Medium Orchid. HEX triplet: C5, 37 and EF. RGB value is (197,55,239). Sum of RGB (Red+Green+Blue) = 197+55+239=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 55 (21.88% from 255 or 11.20% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #C537EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C537EF is #3AC810. Grayscale: #757575. Windows color (decimal): -3852305 or 15677381. OLE color: 15677381.
HSL color Cylindrical-coordinate representation of color #C537EF: hue angle of 286.3º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C537EF is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 55 | 239 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.06 |
| HSL | 286.3º | 0.85% | 0.58% | - |
| HSV(B) | 286.3º | 0.77% | 0.94% | - |
| XYZ | 39.97 | 20.83 | 83.58 | - |
| YUV | 118.43 | 196.04 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 239 | 0.18 | 0.77 | 0 | 0.06 | 286.3 | 0.85 | 0.58 |
| Hex | C5 | 37 | EF | 12 | 4D | 0 | 6 | 11E | 55 | 3A |
| Octal | 305 | 67 | 357 | 22 | 115 | 0 | 6 | 436 | 125 | 72 |
| Binary | 11000101 | 110111 | 11101111 | 10010 | 1001101 | 0 | 110 | 100011110 | 1010101 | 111010 |
Color Harmonies of #C537EF
Complementary color
Monochromatic Colors of #C537EF
Black with #C537EF
Text Example
Text Example
White with #C537EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C537EF; }
p { color: rgb(197,55,239); }
H1.HeaderClassName
{
color: #C537EF;
}
.AnyTagClassName
{
color: #C537EF;
}
</style>
background-color css
<style>
a { background-color: #C537EF; }
a { background-color: rgb(197,55,239); }
div.DivClassName
{
background-color: #C537EF;
}
.BgClassName
{
background-color: #C537EF;
}
</style>
border-color css
<style>
span { border-color: #C537EF; }
span { border-color: rgb(197,55,239); }
td.TdClassName
{
border-color: #C537EF;
}
.TagClassName
{
border-color: #C537EF;
}
</style>