Shades of Medium Orchid #C139E3
Tints of Medium Orchid #C139E3
RGB
CMYK
RGB Variations
Color information
#C139E3 (or 0xC139E3) is known color: Medium Orchid. HEX triplet: C1, 39 and E3. RGB value is (193,57,227). Sum of RGB (Red+Green+Blue) = 193+57+227=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 57 (22.66% from 255 or 11.95% from 477); Blue value is 227 (89.06% from 255 or 47.59% from 477); Max value from RGB is 227 - color contains mainly: blue. Hex color #C139E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C139E3 is #3EC61C. Grayscale: #747474. Windows color (decimal): -4113949 or 14891457. OLE color: 14891457.
HSL color Cylindrical-coordinate representation of color #C139E3: hue angle of 288º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C139E3 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 57 | 227 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.11 |
| HSL | 288º | 0.75% | 0.56% | - |
| HSV(B) | 288º | 0.75% | 0.89% | - |
| XYZ | 37.32 | 19.81 | 74.53 | - |
| YUV | 117.04 | 190.06 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 227 | 0.15 | 0.75 | 0 | 0.11 | 288 | 0.75 | 0.56 |
| Hex | C1 | 39 | E3 | F | 4B | 0 | B | 120 | 4B | 38 |
| Octal | 301 | 71 | 343 | 17 | 113 | 0 | 13 | 440 | 113 | 70 |
| Binary | 11000001 | 111001 | 11100011 | 1111 | 1001011 | 0 | 1011 | 100100000 | 1001011 | 111000 |
Color Harmonies of #C139E3
Complementary color
Monochromatic Colors of #C139E3
Black with #C139E3
Text Example
Text Example
White with #C139E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C139E3; }
p { color: rgb(193,57,227); }
H1.HeaderClassName
{
color: #C139E3;
}
.AnyTagClassName
{
color: #C139E3;
}
</style>
background-color css
<style>
a { background-color: #C139E3; }
a { background-color: rgb(193,57,227); }
div.DivClassName
{
background-color: #C139E3;
}
.BgClassName
{
background-color: #C139E3;
}
</style>
border-color css
<style>
span { border-color: #C139E3; }
span { border-color: rgb(193,57,227); }
td.TdClassName
{
border-color: #C139E3;
}
.TagClassName
{
border-color: #C139E3;
}
</style>