Shades of Medium Orchid #C537F3
Tints of Medium Orchid #C537F3
RGB
CMYK
RGB Variations
Color information
#C537F3 (or 0xC537F3) is known color: Medium Orchid. HEX triplet: C5, 37 and F3. RGB value is (197,55,243). Sum of RGB (Red+Green+Blue) = 197+55+243=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 55 (21.88% from 255 or 11.11% from 495); Blue value is 243 (95.31% from 255 or 49.09% from 495); Max value from RGB is 243 - color contains mainly: blue. Hex color #C537F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C537F3 is #3AC80C. Grayscale: #767676. Windows color (decimal): -3852301 or 15939525. OLE color: 15939525.
HSL color Cylindrical-coordinate representation of color #C537F3: hue angle of 285.32º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C537F3 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 55 | 243 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.05 |
| HSL | 285.32º | 0.89% | 0.58% | - |
| HSV(B) | 285.32º | 0.77% | 0.95% | - |
| XYZ | 40.57 | 21.07 | 86.72 | - |
| YUV | 118.89 | 198.04 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 243 | 0.19 | 0.77 | 0 | 0.05 | 285.32 | 0.89 | 0.58 |
| Hex | C5 | 37 | F3 | 13 | 4D | 0 | 5 | 11D | 59 | 3A |
| Octal | 305 | 67 | 363 | 23 | 115 | 0 | 5 | 435 | 131 | 72 |
| Binary | 11000101 | 110111 | 11110011 | 10011 | 1001101 | 0 | 101 | 100011101 | 1011001 | 111010 |
Color Harmonies of #C537F3
Complementary color
Monochromatic Colors of #C537F3
Black with #C537F3
Text Example
Text Example
White with #C537F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C537F3; }
p { color: rgb(197,55,243); }
H1.HeaderClassName
{
color: #C537F3;
}
.AnyTagClassName
{
color: #C537F3;
}
</style>
background-color css
<style>
a { background-color: #C537F3; }
a { background-color: rgb(197,55,243); }
div.DivClassName
{
background-color: #C537F3;
}
.BgClassName
{
background-color: #C537F3;
}
</style>
border-color css
<style>
span { border-color: #C537F3; }
span { border-color: rgb(197,55,243); }
td.TdClassName
{
border-color: #C537F3;
}
.TagClassName
{
border-color: #C537F3;
}
</style>