Shades of Medium Orchid #C537FA
Tints of Medium Orchid #C537FA
RGB
CMYK
RGB Variations
Color information
#C537FA (or 0xC537FA) is known color: Medium Orchid. HEX triplet: C5, 37 and FA. RGB value is (197,55,250). Sum of RGB (Red+Green+Blue) = 197+55+250=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 55 (21.88% from 255 or 10.96% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #C537FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C537FA is #3AC805. Grayscale: #777777. Windows color (decimal): -3852294 or 16398277. OLE color: 16398277.
HSL color Cylindrical-coordinate representation of color #C537FA: hue angle of 283.69º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C537FA is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 55 | 250 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.02 |
| HSL | 283.69º | 0.95% | 0.6% | - |
| HSV(B) | 283.69º | 0.78% | 0.98% | - |
| XYZ | 41.65 | 21.5 | 92.4 | - |
| YUV | 119.69 | 201.54 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 250 | 0.21 | 0.78 | 0 | 0.02 | 283.69 | 0.95 | 0.6 |
| Hex | C5 | 37 | FA | 15 | 4E | 0 | 2 | 11C | 5F | 3C |
| Octal | 305 | 67 | 372 | 25 | 116 | 0 | 2 | 434 | 137 | 74 |
| Binary | 11000101 | 110111 | 11111010 | 10101 | 1001110 | 0 | 10 | 100011100 | 1011111 | 111100 |
Color Harmonies of #C537FA
Complementary color
Monochromatic Colors of #C537FA
Black with #C537FA
Text Example
Text Example
White with #C537FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C537FA; }
p { color: rgb(197,55,250); }
H1.HeaderClassName
{
color: #C537FA;
}
.AnyTagClassName
{
color: #C537FA;
}
</style>
background-color css
<style>
a { background-color: #C537FA; }
a { background-color: rgb(197,55,250); }
div.DivClassName
{
background-color: #C537FA;
}
.BgClassName
{
background-color: #C537FA;
}
</style>
border-color css
<style>
span { border-color: #C537FA; }
span { border-color: rgb(197,55,250); }
td.TdClassName
{
border-color: #C537FA;
}
.TagClassName
{
border-color: #C537FA;
}
</style>