Shades of Medium Orchid #C037FC
Tints of Medium Orchid #C037FC
RGB
CMYK
RGB Variations
Color information
#C037FC (or 0xC037FC) is known color: Medium Orchid. HEX triplet: C0, 37 and FC. RGB value is (192,55,252). Sum of RGB (Red+Green+Blue) = 192+55+252=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 55 (21.88% from 255 or 11.02% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #C037FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C037FC is #3FC803. Grayscale: #757575. Windows color (decimal): -4179972 or 16529344. OLE color: 16529344.
HSL color Cylindrical-coordinate representation of color #C037FC: hue angle of 281.73º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C037FC is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 55 | 252 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.01 |
| HSL | 281.73º | 0.97% | 0.6% | - |
| HSV(B) | 281.73º | 0.78% | 0.99% | - |
| XYZ | 40.68 | 20.97 | 94 | - |
| YUV | 118.42 | 203.39 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 252 | 0.24 | 0.78 | 0 | 0.01 | 281.73 | 0.97 | 0.6 |
| Hex | C0 | 37 | FC | 18 | 4E | 0 | 1 | 11A | 61 | 3C |
| Octal | 300 | 67 | 374 | 30 | 116 | 0 | 1 | 432 | 141 | 74 |
| Binary | 11000000 | 110111 | 11111100 | 11000 | 1001110 | 0 | 1 | 100011010 | 1100001 | 111100 |
Color Harmonies of #C037FC
Complementary color
Monochromatic Colors of #C037FC
Black with #C037FC
Text Example
Text Example
White with #C037FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C037FC; }
p { color: rgb(192,55,252); }
H1.HeaderClassName
{
color: #C037FC;
}
.AnyTagClassName
{
color: #C037FC;
}
</style>
background-color css
<style>
a { background-color: #C037FC; }
a { background-color: rgb(192,55,252); }
div.DivClassName
{
background-color: #C037FC;
}
.BgClassName
{
background-color: #C037FC;
}
</style>
border-color css
<style>
span { border-color: #C037FC; }
span { border-color: rgb(192,55,252); }
td.TdClassName
{
border-color: #C037FC;
}
.TagClassName
{
border-color: #C037FC;
}
</style>