Shades of Medium Orchid #C139FC
Tints of Medium Orchid #C139FC
RGB
CMYK
RGB Variations
Color information
#C139FC (or 0xC139FC) is known color: Medium Orchid. HEX triplet: C1, 39 and FC. RGB value is (193,57,252). Sum of RGB (Red+Green+Blue) = 193+57+252=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 57 (22.66% from 255 or 11.35% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #C139FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C139FC is #3EC603. Grayscale: #777777. Windows color (decimal): -4113924 or 16529857. OLE color: 16529857.
HSL color Cylindrical-coordinate representation of color #C139FC: hue angle of 281.85º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C139FC is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 57 | 252 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.01 |
| HSL | 281.85º | 0.97% | 0.61% | - |
| HSV(B) | 281.85º | 0.77% | 0.99% | - |
| XYZ | 41.03 | 21.29 | 94.04 | - |
| YUV | 119.89 | 202.56 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 252 | 0.23 | 0.77 | 0 | 0.01 | 281.85 | 0.97 | 0.61 |
| Hex | C1 | 39 | FC | 17 | 4D | 0 | 1 | 11A | 61 | 3D |
| Octal | 301 | 71 | 374 | 27 | 115 | 0 | 1 | 432 | 141 | 75 |
| Binary | 11000001 | 111001 | 11111100 | 10111 | 1001101 | 0 | 1 | 100011010 | 1100001 | 111101 |
Color Harmonies of #C139FC
Complementary color
Monochromatic Colors of #C139FC
Black with #C139FC
Text Example
Text Example
White with #C139FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C139FC; }
p { color: rgb(193,57,252); }
H1.HeaderClassName
{
color: #C139FC;
}
.AnyTagClassName
{
color: #C139FC;
}
</style>
background-color css
<style>
a { background-color: #C139FC; }
a { background-color: rgb(193,57,252); }
div.DivClassName
{
background-color: #C139FC;
}
.BgClassName
{
background-color: #C139FC;
}
</style>
border-color css
<style>
span { border-color: #C139FC; }
span { border-color: rgb(193,57,252); }
td.TdClassName
{
border-color: #C139FC;
}
.TagClassName
{
border-color: #C139FC;
}
</style>