Shades of Medium Orchid #C131E5
Tints of Medium Orchid #C131E5
RGB
CMYK
RGB Variations
Color information
#C131E5 (or 0xC131E5) is known color: Medium Orchid. HEX triplet: C1, 31 and E5. RGB value is (193,49,229). Sum of RGB (Red+Green+Blue) = 193+49+229=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 49 (19.53% from 255 or 10.40% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 229 - color contains mainly: blue. Hex color #C131E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C131E5 is #3ECE1A. Grayscale: #707070. Windows color (decimal): -4115995 or 15020481. OLE color: 15020481.
HSL color Cylindrical-coordinate representation of color #C131E5: hue angle of 288º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C131E5 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 49 | 229 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.10 |
| HSL | 288º | 0.78% | 0.55% | - |
| HSV(B) | 288º | 0.79% | 0.9% | - |
| XYZ | 37.23 | 19.19 | 75.87 | - |
| YUV | 112.58 | 193.71 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 229 | 0.16 | 0.79 | 0 | 0.10 | 288 | 0.78 | 0.55 |
| Hex | C1 | 31 | E5 | 10 | 4F | 0 | A | 120 | 4E | 37 |
| Octal | 301 | 61 | 345 | 20 | 117 | 0 | 12 | 440 | 116 | 67 |
| Binary | 11000001 | 110001 | 11100101 | 10000 | 1001111 | 0 | 1010 | 100100000 | 1001110 | 110111 |
Color Harmonies of #C131E5
Complementary color
Monochromatic Colors of #C131E5
Black with #C131E5
Text Example
Text Example
White with #C131E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C131E5; }
p { color: rgb(193,49,229); }
H1.HeaderClassName
{
color: #C131E5;
}
.AnyTagClassName
{
color: #C131E5;
}
</style>
background-color css
<style>
a { background-color: #C131E5; }
a { background-color: rgb(193,49,229); }
div.DivClassName
{
background-color: #C131E5;
}
.BgClassName
{
background-color: #C131E5;
}
</style>
border-color css
<style>
span { border-color: #C131E5; }
span { border-color: rgb(193,49,229); }
td.TdClassName
{
border-color: #C131E5;
}
.TagClassName
{
border-color: #C131E5;
}
</style>