Shades of Medium Orchid #C037D4
Tints of Medium Orchid #C037D4
RGB
CMYK
RGB Variations
Color information
#C037D4 (or 0xC037D4) is known color: Medium Orchid. HEX triplet: C0, 37 and D4. RGB value is (192,55,212). Sum of RGB (Red+Green+Blue) = 192+55+212=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 55 (21.88% from 255 or 11.98% from 459); Blue value is 212 (83.20% from 255 or 46.19% from 459); Max value from RGB is 212 - color contains mainly: blue. Hex color #C037D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C037D4 is #3FC82B. Grayscale: #717171. Windows color (decimal): -4180012 or 13907904. OLE color: 13907904.
HSL color Cylindrical-coordinate representation of color #C037D4: hue angle of 292.36º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C037D4 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 55 | 212 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.17 |
| HSL | 292.36º | 0.65% | 0.52% | - |
| HSV(B) | 292.36º | 0.74% | 0.83% | - |
| XYZ | 34.99 | 18.69 | 64.05 | - |
| YUV | 113.86 | 183.39 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 212 | 0.09 | 0.74 | 0 | 0.17 | 292.36 | 0.65 | 0.52 |
| Hex | C0 | 37 | D4 | 9 | 4A | 0 | 11 | 124 | 41 | 34 |
| Octal | 300 | 67 | 324 | 11 | 112 | 0 | 21 | 444 | 101 | 64 |
| Binary | 11000000 | 110111 | 11010100 | 1001 | 1001010 | 0 | 10001 | 100100100 | 1000001 | 110100 |
Color Harmonies of #C037D4
Complementary color
Monochromatic Colors of #C037D4
Black with #C037D4
Text Example
Text Example
White with #C037D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C037D4; }
p { color: rgb(192,55,212); }
H1.HeaderClassName
{
color: #C037D4;
}
.AnyTagClassName
{
color: #C037D4;
}
</style>
background-color css
<style>
a { background-color: #C037D4; }
a { background-color: rgb(192,55,212); }
div.DivClassName
{
background-color: #C037D4;
}
.BgClassName
{
background-color: #C037D4;
}
</style>
border-color css
<style>
span { border-color: #C037D4; }
span { border-color: rgb(192,55,212); }
td.TdClassName
{
border-color: #C037D4;
}
.TagClassName
{
border-color: #C037D4;
}
</style>