Shades of Medium Orchid #C139DF
Tints of Medium Orchid #C139DF
RGB
CMYK
RGB Variations
Color information
#C139DF (or 0xC139DF) is known color: Medium Orchid. HEX triplet: C1, 39 and DF. RGB value is (193,57,223). Sum of RGB (Red+Green+Blue) = 193+57+223=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 57 (22.66% from 255 or 12.05% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #C139DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C139DF is #3EC620. Grayscale: #747474. Windows color (decimal): -4113953 or 14629313. OLE color: 14629313.
HSL color Cylindrical-coordinate representation of color #C139DF: hue angle of 289.16º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C139DF is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 57 | 223 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.13 |
| HSL | 289.16º | 0.72% | 0.55% | - |
| HSV(B) | 289.16º | 0.74% | 0.87% | - |
| XYZ | 36.77 | 19.59 | 71.66 | - |
| YUV | 116.59 | 188.06 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 223 | 0.13 | 0.74 | 0 | 0.13 | 289.16 | 0.72 | 0.55 |
| Hex | C1 | 39 | DF | D | 4A | 0 | D | 121 | 48 | 37 |
| Octal | 301 | 71 | 337 | 15 | 112 | 0 | 15 | 441 | 110 | 67 |
| Binary | 11000001 | 111001 | 11011111 | 1101 | 1001010 | 0 | 1101 | 100100001 | 1001000 | 110111 |
Color Harmonies of #C139DF
Complementary color
Monochromatic Colors of #C139DF
Black with #C139DF
Text Example
Text Example
White with #C139DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C139DF; }
p { color: rgb(193,57,223); }
H1.HeaderClassName
{
color: #C139DF;
}
.AnyTagClassName
{
color: #C139DF;
}
</style>
background-color css
<style>
a { background-color: #C139DF; }
a { background-color: rgb(193,57,223); }
div.DivClassName
{
background-color: #C139DF;
}
.BgClassName
{
background-color: #C139DF;
}
</style>
border-color css
<style>
span { border-color: #C139DF; }
span { border-color: rgb(193,57,223); }
td.TdClassName
{
border-color: #C139DF;
}
.TagClassName
{
border-color: #C139DF;
}
</style>