Shades of Medium Orchid #C237EA
Tints of Medium Orchid #C237EA
RGB
CMYK
RGB Variations
Color information
#C237EA (or 0xC237EA) is known color: Medium Orchid. HEX triplet: C2, 37 and EA. RGB value is (194,55,234). Sum of RGB (Red+Green+Blue) = 194+55+234=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 55 (21.88% from 255 or 11.39% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #C237EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C237EA is #3DC815. Grayscale: #747474. Windows color (decimal): -4048918 or 15349698. OLE color: 15349698.
HSL color Cylindrical-coordinate representation of color #C237EA: hue angle of 286.59º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C237EA is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 55 | 234 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.08 |
| HSL | 286.59º | 0.81% | 0.57% | - |
| HSV(B) | 286.59º | 0.76% | 0.92% | - |
| XYZ | 38.47 | 20.14 | 79.7 | - |
| YUV | 116.97 | 194.05 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 234 | 0.17 | 0.76 | 0 | 0.08 | 286.59 | 0.81 | 0.57 |
| Hex | C2 | 37 | EA | 11 | 4C | 0 | 8 | 11F | 51 | 39 |
| Octal | 302 | 67 | 352 | 21 | 114 | 0 | 10 | 437 | 121 | 71 |
| Binary | 11000010 | 110111 | 11101010 | 10001 | 1001100 | 0 | 1000 | 100011111 | 1010001 | 111001 |
Color Harmonies of #C237EA
Complementary color
Monochromatic Colors of #C237EA
Black with #C237EA
Text Example
Text Example
White with #C237EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C237EA; }
p { color: rgb(194,55,234); }
H1.HeaderClassName
{
color: #C237EA;
}
.AnyTagClassName
{
color: #C237EA;
}
</style>
background-color css
<style>
a { background-color: #C237EA; }
a { background-color: rgb(194,55,234); }
div.DivClassName
{
background-color: #C237EA;
}
.BgClassName
{
background-color: #C237EA;
}
</style>
border-color css
<style>
span { border-color: #C237EA; }
span { border-color: rgb(194,55,234); }
td.TdClassName
{
border-color: #C237EA;
}
.TagClassName
{
border-color: #C237EA;
}
</style>