Shades of Medium Orchid #C239EA
Tints of Medium Orchid #C239EA
RGB
CMYK
RGB Variations
Color information
#C239EA (or 0xC239EA) is known color: Medium Orchid. HEX triplet: C2, 39 and EA. RGB value is (194,57,234). Sum of RGB (Red+Green+Blue) = 194+57+234=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 57 (22.66% from 255 or 11.75% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #C239EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C239EA is #3DC615. Grayscale: #757575. Windows color (decimal): -4048406 or 15350210. OLE color: 15350210.
HSL color Cylindrical-coordinate representation of color #C239EA: hue angle of 286.44º 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 #C239EA is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 57 | 234 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.08 |
| HSL | 286.44º | 0.81% | 0.57% | - |
| HSV(B) | 286.44º | 0.76% | 0.92% | - |
| XYZ | 38.56 | 20.34 | 79.73 | - |
| YUV | 118.14 | 193.39 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 234 | 0.17 | 0.76 | 0 | 0.08 | 286.44 | 0.81 | 0.57 |
| Hex | C2 | 39 | EA | 11 | 4C | 0 | 8 | 11E | 51 | 39 |
| Octal | 302 | 71 | 352 | 21 | 114 | 0 | 10 | 436 | 121 | 71 |
| Binary | 11000010 | 111001 | 11101010 | 10001 | 1001100 | 0 | 1000 | 100011110 | 1010001 | 111001 |
Color Harmonies of #C239EA
Complementary color
Monochromatic Colors of #C239EA
Black with #C239EA
Text Example
Text Example
White with #C239EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C239EA; }
p { color: rgb(194,57,234); }
H1.HeaderClassName
{
color: #C239EA;
}
.AnyTagClassName
{
color: #C239EA;
}
</style>
background-color css
<style>
a { background-color: #C239EA; }
a { background-color: rgb(194,57,234); }
div.DivClassName
{
background-color: #C239EA;
}
.BgClassName
{
background-color: #C239EA;
}
</style>
border-color css
<style>
span { border-color: #C239EA; }
span { border-color: rgb(194,57,234); }
td.TdClassName
{
border-color: #C239EA;
}
.TagClassName
{
border-color: #C239EA;
}
</style>