Shades of Medium Orchid #C139E2
Tints of Medium Orchid #C139E2
RGB
CMYK
RGB Variations
Color information
#C139E2 (or 0xC139E2) is known color: Medium Orchid. HEX triplet: C1, 39 and E2. RGB value is (193,57,226). Sum of RGB (Red+Green+Blue) = 193+57+226=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 57 (22.66% from 255 or 11.97% from 476); Blue value is 226 (88.67% from 255 or 47.48% from 476); Max value from RGB is 226 - color contains mainly: blue. Hex color #C139E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C139E2 is #3EC61D. Grayscale: #747474. Windows color (decimal): -4113950 or 14825921. OLE color: 14825921.
HSL color Cylindrical-coordinate representation of color #C139E2: hue angle of 288.28º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C139E2 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 57 | 226 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.11 |
| HSL | 288.28º | 0.74% | 0.55% | - |
| HSV(B) | 288.28º | 0.75% | 0.89% | - |
| XYZ | 37.18 | 19.75 | 73.8 | - |
| YUV | 116.93 | 189.56 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 226 | 0.15 | 0.75 | 0 | 0.11 | 288.28 | 0.74 | 0.55 |
| Hex | C1 | 39 | E2 | F | 4B | 0 | B | 120 | 4A | 37 |
| Octal | 301 | 71 | 342 | 17 | 113 | 0 | 13 | 440 | 112 | 67 |
| Binary | 11000001 | 111001 | 11100010 | 1111 | 1001011 | 0 | 1011 | 100100000 | 1001010 | 110111 |
Color Harmonies of #C139E2
Complementary color
Monochromatic Colors of #C139E2
Black with #C139E2
Text Example
Text Example
White with #C139E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C139E2; }
p { color: rgb(193,57,226); }
H1.HeaderClassName
{
color: #C139E2;
}
.AnyTagClassName
{
color: #C139E2;
}
</style>
background-color css
<style>
a { background-color: #C139E2; }
a { background-color: rgb(193,57,226); }
div.DivClassName
{
background-color: #C139E2;
}
.BgClassName
{
background-color: #C139E2;
}
</style>
border-color css
<style>
span { border-color: #C139E2; }
span { border-color: rgb(193,57,226); }
td.TdClassName
{
border-color: #C139E2;
}
.TagClassName
{
border-color: #C139E2;
}
</style>