Shades of Medium Orchid #C139F2
Tints of Medium Orchid #C139F2
RGB
CMYK
RGB Variations
Color information
#C139F2 (or 0xC139F2) is known color: Medium Orchid. HEX triplet: C1, 39 and F2. RGB value is (193,57,242). Sum of RGB (Red+Green+Blue) = 193+57+242=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 57 (22.66% from 255 or 11.59% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: blue. Hex color #C139F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C139F2 is #3EC60D. Grayscale: #767676. Windows color (decimal): -4113934 or 15874497. OLE color: 15874497.
HSL color Cylindrical-coordinate representation of color #C139F2: hue angle of 284.11º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C139F2 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 57 | 242 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.05 |
| HSL | 284.11º | 0.88% | 0.59% | - |
| HSV(B) | 284.11º | 0.76% | 0.95% | - |
| XYZ | 39.48 | 20.67 | 85.91 | - |
| YUV | 118.75 | 197.56 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 242 | 0.20 | 0.76 | 0 | 0.05 | 284.11 | 0.88 | 0.59 |
| Hex | C1 | 39 | F2 | 14 | 4C | 0 | 5 | 11C | 58 | 3B |
| Octal | 301 | 71 | 362 | 24 | 114 | 0 | 5 | 434 | 130 | 73 |
| Binary | 11000001 | 111001 | 11110010 | 10100 | 1001100 | 0 | 101 | 100011100 | 1011000 | 111011 |
Color Harmonies of #C139F2
Complementary color
Monochromatic Colors of #C139F2
Black with #C139F2
Text Example
Text Example
White with #C139F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C139F2; }
p { color: rgb(193,57,242); }
H1.HeaderClassName
{
color: #C139F2;
}
.AnyTagClassName
{
color: #C139F2;
}
</style>
background-color css
<style>
a { background-color: #C139F2; }
a { background-color: rgb(193,57,242); }
div.DivClassName
{
background-color: #C139F2;
}
.BgClassName
{
background-color: #C139F2;
}
</style>
border-color css
<style>
span { border-color: #C139F2; }
span { border-color: rgb(193,57,242); }
td.TdClassName
{
border-color: #C139F2;
}
.TagClassName
{
border-color: #C139F2;
}
</style>