Shades of Medium Orchid #C131DF
Tints of Medium Orchid #C131DF
RGB
CMYK
RGB Variations
Color information
#C131DF (or 0xC131DF) is known color: Medium Orchid. HEX triplet: C1, 31 and DF. RGB value is (193,49,223). Sum of RGB (Red+Green+Blue) = 193+49+223=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #C131DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C131DF is #3ECE20. Grayscale: #6F6F6F. Windows color (decimal): -4116001 or 14627265. OLE color: 14627265.
HSL color Cylindrical-coordinate representation of color #C131DF: hue angle of 289.66º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C131DF is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 49 | 223 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.13 |
| HSL | 289.66º | 0.73% | 0.53% | - |
| HSV(B) | 289.66º | 0.78% | 0.87% | - |
| XYZ | 36.41 | 18.86 | 71.53 | - |
| YUV | 111.89 | 190.71 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 223 | 0.13 | 0.78 | 0 | 0.13 | 289.66 | 0.73 | 0.53 |
| Hex | C1 | 31 | DF | D | 4E | 0 | D | 122 | 49 | 35 |
| Octal | 301 | 61 | 337 | 15 | 116 | 0 | 15 | 442 | 111 | 65 |
| Binary | 11000001 | 110001 | 11011111 | 1101 | 1001110 | 0 | 1101 | 100100010 | 1001001 | 110101 |
Color Harmonies of #C131DF
Complementary color
Monochromatic Colors of #C131DF
Black with #C131DF
Text Example
Text Example
White with #C131DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C131DF; }
p { color: rgb(193,49,223); }
H1.HeaderClassName
{
color: #C131DF;
}
.AnyTagClassName
{
color: #C131DF;
}
</style>
background-color css
<style>
a { background-color: #C131DF; }
a { background-color: rgb(193,49,223); }
div.DivClassName
{
background-color: #C131DF;
}
.BgClassName
{
background-color: #C131DF;
}
</style>
border-color css
<style>
span { border-color: #C131DF; }
span { border-color: rgb(193,49,223); }
td.TdClassName
{
border-color: #C131DF;
}
.TagClassName
{
border-color: #C131DF;
}
</style>