Shades of Medium Orchid #C139F3
Tints of Medium Orchid #C139F3
RGB
CMYK
RGB Variations
Color information
#C139F3 (or 0xC139F3) is known color: Medium Orchid. HEX triplet: C1, 39 and F3. RGB value is (193,57,243). Sum of RGB (Red+Green+Blue) = 193+57+243=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 57 (22.66% from 255 or 11.56% from 493); Blue value is 243 (95.31% from 255 or 49.29% from 493); Max value from RGB is 243 - color contains mainly: blue. Hex color #C139F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C139F3 is #3EC60C. Grayscale: #767676. Windows color (decimal): -4113933 or 15940033. OLE color: 15940033.
HSL color Cylindrical-coordinate representation of color #C139F3: hue angle of 283.87º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C139F3 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 57 | 243 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.05 |
| HSL | 283.87º | 0.89% | 0.59% | - |
| HSV(B) | 283.87º | 0.77% | 0.95% | - |
| XYZ | 39.63 | 20.73 | 86.71 | - |
| YUV | 118.87 | 198.06 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 243 | 0.21 | 0.77 | 0 | 0.05 | 283.87 | 0.89 | 0.59 |
| Hex | C1 | 39 | F3 | 15 | 4D | 0 | 5 | 11C | 59 | 3B |
| Octal | 301 | 71 | 363 | 25 | 115 | 0 | 5 | 434 | 131 | 73 |
| Binary | 11000001 | 111001 | 11110011 | 10101 | 1001101 | 0 | 101 | 100011100 | 1011001 | 111011 |
Color Harmonies of #C139F3
Complementary color
Monochromatic Colors of #C139F3
Black with #C139F3
Text Example
Text Example
White with #C139F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C139F3; }
p { color: rgb(193,57,243); }
H1.HeaderClassName
{
color: #C139F3;
}
.AnyTagClassName
{
color: #C139F3;
}
</style>
background-color css
<style>
a { background-color: #C139F3; }
a { background-color: rgb(193,57,243); }
div.DivClassName
{
background-color: #C139F3;
}
.BgClassName
{
background-color: #C139F3;
}
</style>
border-color css
<style>
span { border-color: #C139F3; }
span { border-color: rgb(193,57,243); }
td.TdClassName
{
border-color: #C139F3;
}
.TagClassName
{
border-color: #C139F3;
}
</style>