Shades of Medium Orchid #C239EF
Tints of Medium Orchid #C239EF
RGB
CMYK
RGB Variations
Color information
#C239EF (or 0xC239EF) is known color: Medium Orchid. HEX triplet: C2, 39 and EF. RGB value is (194,57,239). Sum of RGB (Red+Green+Blue) = 194+57+239=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 57 (22.66% from 255 or 11.63% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #C239EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C239EF is #3DC610. Grayscale: #767676. Windows color (decimal): -4048401 or 15677890. OLE color: 15677890.
HSL color Cylindrical-coordinate representation of color #C239EF: hue angle of 285.16º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C239EF is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 57 | 239 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.06 |
| HSL | 285.16º | 0.85% | 0.58% | - |
| HSV(B) | 285.16º | 0.76% | 0.94% | - |
| XYZ | 39.29 | 20.63 | 83.57 | - |
| YUV | 118.71 | 195.89 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 239 | 0.19 | 0.76 | 0 | 0.06 | 285.16 | 0.85 | 0.58 |
| Hex | C2 | 39 | EF | 13 | 4C | 0 | 6 | 11D | 55 | 3A |
| Octal | 302 | 71 | 357 | 23 | 114 | 0 | 6 | 435 | 125 | 72 |
| Binary | 11000010 | 111001 | 11101111 | 10011 | 1001100 | 0 | 110 | 100011101 | 1010101 | 111010 |
Color Harmonies of #C239EF
Complementary color
Monochromatic Colors of #C239EF
Black with #C239EF
Text Example
Text Example
White with #C239EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C239EF; }
p { color: rgb(194,57,239); }
H1.HeaderClassName
{
color: #C239EF;
}
.AnyTagClassName
{
color: #C239EF;
}
</style>
background-color css
<style>
a { background-color: #C239EF; }
a { background-color: rgb(194,57,239); }
div.DivClassName
{
background-color: #C239EF;
}
.BgClassName
{
background-color: #C239EF;
}
</style>
border-color css
<style>
span { border-color: #C239EF; }
span { border-color: rgb(194,57,239); }
td.TdClassName
{
border-color: #C239EF;
}
.TagClassName
{
border-color: #C239EF;
}
</style>