Shades of Medium Orchid #C139D0
Tints of Medium Orchid #C139D0
RGB
CMYK
RGB Variations
Color information
#C139D0 (or 0xC139D0) is known color: Medium Orchid. HEX triplet: C1, 39 and D0. RGB value is (193,57,208). Sum of RGB (Red+Green+Blue) = 193+57+208=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 57 (22.66% from 255 or 12.45% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 208 - color contains mainly: blue. Hex color #C139D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C139D0 is #3EC62F. Grayscale: #727272. Windows color (decimal): -4113968 or 13646273. OLE color: 13646273.
HSL color Cylindrical-coordinate representation of color #C139D0: hue angle of 294.04º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C139D0 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 57 | 208 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.18 |
| HSL | 294.04º | 0.62% | 0.52% | - |
| HSV(B) | 294.04º | 0.73% | 0.82% | - |
| XYZ | 34.84 | 18.82 | 61.47 | - |
| YUV | 114.88 | 180.56 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 208 | 0.07 | 0.73 | 0 | 0.18 | 294.04 | 0.62 | 0.52 |
| Hex | C1 | 39 | D0 | 7 | 49 | 0 | 12 | 126 | 3E | 34 |
| Octal | 301 | 71 | 320 | 7 | 111 | 0 | 22 | 446 | 76 | 64 |
| Binary | 11000001 | 111001 | 11010000 | 111 | 1001001 | 0 | 10010 | 100100110 | 111110 | 110100 |
Color Harmonies of #C139D0
Complementary color
Monochromatic Colors of #C139D0
Black with #C139D0
Text Example
Text Example
White with #C139D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C139D0; }
p { color: rgb(193,57,208); }
H1.HeaderClassName
{
color: #C139D0;
}
.AnyTagClassName
{
color: #C139D0;
}
</style>
background-color css
<style>
a { background-color: #C139D0; }
a { background-color: rgb(193,57,208); }
div.DivClassName
{
background-color: #C139D0;
}
.BgClassName
{
background-color: #C139D0;
}
</style>
border-color css
<style>
span { border-color: #C139D0; }
span { border-color: rgb(193,57,208); }
td.TdClassName
{
border-color: #C139D0;
}
.TagClassName
{
border-color: #C139D0;
}
</style>