Shades of Medium Orchid #C131D5
Tints of Medium Orchid #C131D5
RGB
CMYK
RGB Variations
Color information
#C131D5 (or 0xC131D5) is known color: Medium Orchid. HEX triplet: C1, 31 and D5. RGB value is (193,49,213). Sum of RGB (Red+Green+Blue) = 193+49+213=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 213 (83.59% from 255 or 46.81% from 455); Max value from RGB is 213 - color contains mainly: blue. Hex color #C131D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C131D5 is #3ECE2A. Grayscale: #6E6E6E. Windows color (decimal): -4116011 or 13971905. OLE color: 13971905.
HSL color Cylindrical-coordinate representation of color #C131D5: hue angle of 292.68º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C131D5 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 49 | 213 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.16 |
| HSL | 292.68º | 0.66% | 0.51% | - |
| HSV(B) | 292.68º | 0.77% | 0.84% | - |
| XYZ | 35.1 | 18.34 | 64.64 | - |
| YUV | 110.75 | 185.71 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 213 | 0.09 | 0.77 | 0 | 0.16 | 292.68 | 0.66 | 0.51 |
| Hex | C1 | 31 | D5 | 9 | 4D | 0 | 10 | 125 | 42 | 33 |
| Octal | 301 | 61 | 325 | 11 | 115 | 0 | 20 | 445 | 102 | 63 |
| Binary | 11000001 | 110001 | 11010101 | 1001 | 1001101 | 0 | 10000 | 100100101 | 1000010 | 110011 |
Color Harmonies of #C131D5
Complementary color
Monochromatic Colors of #C131D5
Black with #C131D5
Text Example
Text Example
White with #C131D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C131D5; }
p { color: rgb(193,49,213); }
H1.HeaderClassName
{
color: #C131D5;
}
.AnyTagClassName
{
color: #C131D5;
}
</style>
background-color css
<style>
a { background-color: #C131D5; }
a { background-color: rgb(193,49,213); }
div.DivClassName
{
background-color: #C131D5;
}
.BgClassName
{
background-color: #C131D5;
}
</style>
border-color css
<style>
span { border-color: #C131D5; }
span { border-color: rgb(193,49,213); }
td.TdClassName
{
border-color: #C131D5;
}
.TagClassName
{
border-color: #C131D5;
}
</style>