Shades of Medium Orchid #C131DC
Tints of Medium Orchid #C131DC
RGB
CMYK
RGB Variations
Color information
#C131DC (or 0xC131DC) is known color: Medium Orchid. HEX triplet: C1, 31 and DC. RGB value is (193,49,220). Sum of RGB (Red+Green+Blue) = 193+49+220=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 49 (19.53% from 255 or 10.61% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #C131DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C131DC is #3ECE23. Grayscale: #6F6F6F. Windows color (decimal): -4116004 or 14430657. OLE color: 14430657.
HSL color Cylindrical-coordinate representation of color #C131DC: hue angle of 290.53º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C131DC is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 49 | 220 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.14 |
| HSL | 290.53º | 0.71% | 0.53% | - |
| HSV(B) | 290.53º | 0.78% | 0.86% | - |
| XYZ | 36.01 | 18.7 | 69.42 | - |
| YUV | 111.55 | 189.21 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 220 | 0.12 | 0.78 | 0 | 0.14 | 290.53 | 0.71 | 0.53 |
| Hex | C1 | 31 | DC | C | 4E | 0 | E | 123 | 47 | 35 |
| Octal | 301 | 61 | 334 | 14 | 116 | 0 | 16 | 443 | 107 | 65 |
| Binary | 11000001 | 110001 | 11011100 | 1100 | 1001110 | 0 | 1110 | 100100011 | 1000111 | 110101 |
Color Harmonies of #C131DC
Complementary color
Monochromatic Colors of #C131DC
Black with #C131DC
Text Example
Text Example
White with #C131DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C131DC; }
p { color: rgb(193,49,220); }
H1.HeaderClassName
{
color: #C131DC;
}
.AnyTagClassName
{
color: #C131DC;
}
</style>
background-color css
<style>
a { background-color: #C131DC; }
a { background-color: rgb(193,49,220); }
div.DivClassName
{
background-color: #C131DC;
}
.BgClassName
{
background-color: #C131DC;
}
</style>
border-color css
<style>
span { border-color: #C131DC; }
span { border-color: rgb(193,49,220); }
td.TdClassName
{
border-color: #C131DC;
}
.TagClassName
{
border-color: #C131DC;
}
</style>