Shades of Medium Orchid #C037CF
Tints of Medium Orchid #C037CF
RGB
CMYK
RGB Variations
Color information
#C037CF (or 0xC037CF) is known color: Medium Orchid. HEX triplet: C0, 37 and CF. RGB value is (192,55,207). Sum of RGB (Red+Green+Blue) = 192+55+207=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 55 (21.88% from 255 or 12.11% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #C037CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C037CF is #3FC830. Grayscale: #707070. Windows color (decimal): -4180017 or 13580224. OLE color: 13580224.
HSL color Cylindrical-coordinate representation of color #C037CF: hue angle of 294.08º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C037CF is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 55 | 207 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.19 |
| HSL | 294.08º | 0.61% | 0.51% | - |
| HSV(B) | 294.08º | 0.73% | 0.81% | - |
| XYZ | 34.37 | 18.44 | 60.78 | - |
| YUV | 113.29 | 180.89 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 207 | 0.07 | 0.73 | 0 | 0.19 | 294.08 | 0.61 | 0.51 |
| Hex | C0 | 37 | CF | 7 | 49 | 0 | 13 | 126 | 3D | 33 |
| Octal | 300 | 67 | 317 | 7 | 111 | 0 | 23 | 446 | 75 | 63 |
| Binary | 11000000 | 110111 | 11001111 | 111 | 1001001 | 0 | 10011 | 100100110 | 111101 | 110011 |
Color Harmonies of #C037CF
Complementary color
Monochromatic Colors of #C037CF
Black with #C037CF
Text Example
Text Example
White with #C037CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C037CF; }
p { color: rgb(192,55,207); }
H1.HeaderClassName
{
color: #C037CF;
}
.AnyTagClassName
{
color: #C037CF;
}
</style>
background-color css
<style>
a { background-color: #C037CF; }
a { background-color: rgb(192,55,207); }
div.DivClassName
{
background-color: #C037CF;
}
.BgClassName
{
background-color: #C037CF;
}
</style>
border-color css
<style>
span { border-color: #C037CF; }
span { border-color: rgb(192,55,207); }
td.TdClassName
{
border-color: #C037CF;
}
.TagClassName
{
border-color: #C037CF;
}
</style>