Shades of Medium Orchid #C537ED
Tints of Medium Orchid #C537ED
RGB
CMYK
RGB Variations
Color information
#C537ED (or 0xC537ED) is known color: Medium Orchid. HEX triplet: C5, 37 and ED. RGB value is (197,55,237). Sum of RGB (Red+Green+Blue) = 197+55+237=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 55 (21.88% from 255 or 11.25% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #C537ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C537ED is #3AC812. Grayscale: #757575. Windows color (decimal): -3852307 or 15546309. OLE color: 15546309.
HSL color Cylindrical-coordinate representation of color #C537ED: hue angle of 286.81º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C537ED is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 55 | 237 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.07 |
| HSL | 286.81º | 0.83% | 0.57% | - |
| HSV(B) | 286.81º | 0.77% | 0.93% | - |
| XYZ | 39.68 | 20.72 | 82.03 | - |
| YUV | 118.21 | 195.04 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 237 | 0.17 | 0.77 | 0 | 0.07 | 286.81 | 0.83 | 0.57 |
| Hex | C5 | 37 | ED | 11 | 4D | 0 | 7 | 11F | 53 | 39 |
| Octal | 305 | 67 | 355 | 21 | 115 | 0 | 7 | 437 | 123 | 71 |
| Binary | 11000101 | 110111 | 11101101 | 10001 | 1001101 | 0 | 111 | 100011111 | 1010011 | 111001 |
Color Harmonies of #C537ED
Complementary color
Monochromatic Colors of #C537ED
Black with #C537ED
Text Example
Text Example
White with #C537ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C537ED; }
p { color: rgb(197,55,237); }
H1.HeaderClassName
{
color: #C537ED;
}
.AnyTagClassName
{
color: #C537ED;
}
</style>
background-color css
<style>
a { background-color: #C537ED; }
a { background-color: rgb(197,55,237); }
div.DivClassName
{
background-color: #C537ED;
}
.BgClassName
{
background-color: #C537ED;
}
</style>
border-color css
<style>
span { border-color: #C537ED; }
span { border-color: rgb(197,55,237); }
td.TdClassName
{
border-color: #C537ED;
}
.TagClassName
{
border-color: #C537ED;
}
</style>