Shades of Medium Orchid #C139EA
Tints of Medium Orchid #C139EA
RGB
CMYK
RGB Variations
Color information
#C139EA (or 0xC139EA) is known color: Medium Orchid. HEX triplet: C1, 39 and EA. RGB value is (193,57,234). Sum of RGB (Red+Green+Blue) = 193+57+234=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 57 (22.66% from 255 or 11.78% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #C139EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C139EA is #3EC615. Grayscale: #757575. Windows color (decimal): -4113942 or 15350209. OLE color: 15350209.
HSL color Cylindrical-coordinate representation of color #C139EA: hue angle of 286.1º 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 #C139EA is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 57 | 234 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.08 |
| HSL | 286.1º | 0.81% | 0.57% | - |
| HSV(B) | 286.1º | 0.76% | 0.92% | - |
| XYZ | 38.31 | 20.2 | 79.72 | - |
| YUV | 117.84 | 193.56 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 234 | 0.18 | 0.76 | 0 | 0.08 | 286.1 | 0.81 | 0.57 |
| Hex | C1 | 39 | EA | 12 | 4C | 0 | 8 | 11E | 51 | 39 |
| Octal | 301 | 71 | 352 | 22 | 114 | 0 | 10 | 436 | 121 | 71 |
| Binary | 11000001 | 111001 | 11101010 | 10010 | 1001100 | 0 | 1000 | 100011110 | 1010001 | 111001 |
Color Harmonies of #C139EA
Complementary color
Monochromatic Colors of #C139EA
Black with #C139EA
Text Example
Text Example
White with #C139EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C139EA; }
p { color: rgb(193,57,234); }
H1.HeaderClassName
{
color: #C139EA;
}
.AnyTagClassName
{
color: #C139EA;
}
</style>
background-color css
<style>
a { background-color: #C139EA; }
a { background-color: rgb(193,57,234); }
div.DivClassName
{
background-color: #C139EA;
}
.BgClassName
{
background-color: #C139EA;
}
</style>
border-color css
<style>
span { border-color: #C139EA; }
span { border-color: rgb(193,57,234); }
td.TdClassName
{
border-color: #C139EA;
}
.TagClassName
{
border-color: #C139EA;
}
</style>