Shades of Medium Orchid #C237DC
Tints of Medium Orchid #C237DC
RGB
CMYK
RGB Variations
Color information
#C237DC (or 0xC237DC) is known color: Medium Orchid. HEX triplet: C2, 37 and DC. RGB value is (194,55,220). Sum of RGB (Red+Green+Blue) = 194+55+220=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 55 (21.88% from 255 or 11.73% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #C237DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C237DC is #3DC823. Grayscale: #727272. Windows color (decimal): -4048932 or 14432194. OLE color: 14432194.
HSL color Cylindrical-coordinate representation of color #C237DC: hue angle of 290.55º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C237DC is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 55 | 220 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.14 |
| HSL | 290.55º | 0.7% | 0.54% | - |
| HSV(B) | 290.55º | 0.75% | 0.86% | - |
| XYZ | 36.53 | 19.37 | 69.52 | - |
| YUV | 115.37 | 187.05 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 220 | 0.12 | 0.75 | 0 | 0.14 | 290.55 | 0.7 | 0.54 |
| Hex | C2 | 37 | DC | C | 4B | 0 | E | 123 | 46 | 36 |
| Octal | 302 | 67 | 334 | 14 | 113 | 0 | 16 | 443 | 106 | 66 |
| Binary | 11000010 | 110111 | 11011100 | 1100 | 1001011 | 0 | 1110 | 100100011 | 1000110 | 110110 |
Color Harmonies of #C237DC
Complementary color
Monochromatic Colors of #C237DC
Black with #C237DC
Text Example
Text Example
White with #C237DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C237DC; }
p { color: rgb(194,55,220); }
H1.HeaderClassName
{
color: #C237DC;
}
.AnyTagClassName
{
color: #C237DC;
}
</style>
background-color css
<style>
a { background-color: #C237DC; }
a { background-color: rgb(194,55,220); }
div.DivClassName
{
background-color: #C237DC;
}
.BgClassName
{
background-color: #C237DC;
}
</style>
border-color css
<style>
span { border-color: #C237DC; }
span { border-color: rgb(194,55,220); }
td.TdClassName
{
border-color: #C237DC;
}
.TagClassName
{
border-color: #C237DC;
}
</style>