Shades of Medium Orchid #C139E6
Tints of Medium Orchid #C139E6
RGB
CMYK
RGB Variations
Color information
#C139E6 (or 0xC139E6) is known color: Medium Orchid. HEX triplet: C1, 39 and E6. RGB value is (193,57,230). Sum of RGB (Red+Green+Blue) = 193+57+230=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 57 (22.66% from 255 or 11.88% from 480); Blue value is 230 (90.23% from 255 or 47.92% from 480); Max value from RGB is 230 - color contains mainly: blue. Hex color #C139E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C139E6 is #3EC619. Grayscale: #747474. Windows color (decimal): -4113946 or 15088065. OLE color: 15088065.
HSL color Cylindrical-coordinate representation of color #C139E6: hue angle of 287.17º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C139E6 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 57 | 230 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.10 |
| HSL | 287.17º | 0.78% | 0.56% | - |
| HSV(B) | 287.17º | 0.75% | 0.9% | - |
| XYZ | 37.74 | 19.98 | 76.73 | - |
| YUV | 117.39 | 191.56 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 230 | 0.16 | 0.75 | 0 | 0.10 | 287.17 | 0.78 | 0.56 |
| Hex | C1 | 39 | E6 | 10 | 4B | 0 | A | 11F | 4E | 38 |
| Octal | 301 | 71 | 346 | 20 | 113 | 0 | 12 | 437 | 116 | 70 |
| Binary | 11000001 | 111001 | 11100110 | 10000 | 1001011 | 0 | 1010 | 100011111 | 1001110 | 111000 |
Color Harmonies of #C139E6
Complementary color
Monochromatic Colors of #C139E6
Black with #C139E6
Text Example
Text Example
White with #C139E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C139E6; }
p { color: rgb(193,57,230); }
H1.HeaderClassName
{
color: #C139E6;
}
.AnyTagClassName
{
color: #C139E6;
}
</style>
background-color css
<style>
a { background-color: #C139E6; }
a { background-color: rgb(193,57,230); }
div.DivClassName
{
background-color: #C139E6;
}
.BgClassName
{
background-color: #C139E6;
}
</style>
border-color css
<style>
span { border-color: #C139E6; }
span { border-color: rgb(193,57,230); }
td.TdClassName
{
border-color: #C139E6;
}
.TagClassName
{
border-color: #C139E6;
}
</style>