Shades of Medium Orchid #C139E9
Tints of Medium Orchid #C139E9
RGB
CMYK
RGB Variations
Color information
#C139E9 (or 0xC139E9) is known color: Medium Orchid. HEX triplet: C1, 39 and E9. RGB value is (193,57,233). Sum of RGB (Red+Green+Blue) = 193+57+233=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 57 (22.66% from 255 or 11.80% from 483); Blue value is 233 (91.41% from 255 or 48.24% from 483); Max value from RGB is 233 - color contains mainly: blue. Hex color #C139E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C139E9 is #3EC616. Grayscale: #757575. Windows color (decimal): -4113943 or 15284673. OLE color: 15284673.
HSL color Cylindrical-coordinate representation of color #C139E9: hue angle of 286.36º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C139E9 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 57 | 233 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.09 |
| HSL | 286.36º | 0.8% | 0.57% | - |
| HSV(B) | 286.36º | 0.76% | 0.91% | - |
| XYZ | 38.16 | 20.15 | 78.97 | - |
| YUV | 117.73 | 193.06 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 233 | 0.17 | 0.76 | 0 | 0.09 | 286.36 | 0.8 | 0.57 |
| Hex | C1 | 39 | E9 | 11 | 4C | 0 | 9 | 11E | 50 | 39 |
| Octal | 301 | 71 | 351 | 21 | 114 | 0 | 11 | 436 | 120 | 71 |
| Binary | 11000001 | 111001 | 11101001 | 10001 | 1001100 | 0 | 1001 | 100011110 | 1010000 | 111001 |
Color Harmonies of #C139E9
Complementary color
Monochromatic Colors of #C139E9
Black with #C139E9
Text Example
Text Example
White with #C139E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C139E9; }
p { color: rgb(193,57,233); }
H1.HeaderClassName
{
color: #C139E9;
}
.AnyTagClassName
{
color: #C139E9;
}
</style>
background-color css
<style>
a { background-color: #C139E9; }
a { background-color: rgb(193,57,233); }
div.DivClassName
{
background-color: #C139E9;
}
.BgClassName
{
background-color: #C139E9;
}
</style>
border-color css
<style>
span { border-color: #C139E9; }
span { border-color: rgb(193,57,233); }
td.TdClassName
{
border-color: #C139E9;
}
.TagClassName
{
border-color: #C139E9;
}
</style>