Shades of Medium Orchid #C139CF
Tints of Medium Orchid #C139CF
RGB
CMYK
RGB Variations
Color information
#C139CF (or 0xC139CF) is known color: Medium Orchid. HEX triplet: C1, 39 and CF. RGB value is (193,57,207). Sum of RGB (Red+Green+Blue) = 193+57+207=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 57 (22.66% from 255 or 12.47% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #C139CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C139CF is #3EC630. Grayscale: #727272. Windows color (decimal): -4113969 or 13580737. OLE color: 13580737.
HSL color Cylindrical-coordinate representation of color #C139CF: hue angle of 294.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C139CF is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 57 | 207 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.19 |
| HSL | 294.4º | 0.61% | 0.52% | - |
| HSV(B) | 294.4º | 0.72% | 0.81% | - |
| XYZ | 34.72 | 18.77 | 60.82 | - |
| YUV | 114.76 | 180.06 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 207 | 0.07 | 0.72 | 0 | 0.19 | 294.4 | 0.61 | 0.52 |
| Hex | C1 | 39 | CF | 7 | 48 | 0 | 13 | 126 | 3D | 34 |
| Octal | 301 | 71 | 317 | 7 | 110 | 0 | 23 | 446 | 75 | 64 |
| Binary | 11000001 | 111001 | 11001111 | 111 | 1001000 | 0 | 10011 | 100100110 | 111101 | 110100 |
Color Harmonies of #C139CF
Complementary color
Monochromatic Colors of #C139CF
Black with #C139CF
Text Example
Text Example
White with #C139CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C139CF; }
p { color: rgb(193,57,207); }
H1.HeaderClassName
{
color: #C139CF;
}
.AnyTagClassName
{
color: #C139CF;
}
</style>
background-color css
<style>
a { background-color: #C139CF; }
a { background-color: rgb(193,57,207); }
div.DivClassName
{
background-color: #C139CF;
}
.BgClassName
{
background-color: #C139CF;
}
</style>
border-color css
<style>
span { border-color: #C139CF; }
span { border-color: rgb(193,57,207); }
td.TdClassName
{
border-color: #C139CF;
}
.TagClassName
{
border-color: #C139CF;
}
</style>