Shades of Medium Orchid #C131F3
Tints of Medium Orchid #C131F3
RGB
CMYK
RGB Variations
Color information
#C131F3 (or 0xC131F3) is known color: Medium Orchid. HEX triplet: C1, 31 and F3. RGB value is (193,49,243). Sum of RGB (Red+Green+Blue) = 193+49+243=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 49 (19.53% from 255 or 10.10% from 485); Blue value is 243 (95.31% from 255 or 50.10% from 485); Max value from RGB is 243 - color contains mainly: blue. Hex color #C131F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C131F3 is #3ECE0C. Grayscale: #717171. Windows color (decimal): -4115981 or 15937985. OLE color: 15937985.
HSL color Cylindrical-coordinate representation of color #C131F3: hue angle of 284.54º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C131F3 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 49 | 243 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.05 |
| HSL | 284.54º | 0.89% | 0.57% | - |
| HSV(B) | 284.54º | 0.8% | 0.95% | - |
| XYZ | 39.27 | 20.01 | 86.59 | - |
| YUV | 114.17 | 200.71 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 243 | 0.21 | 0.80 | 0 | 0.05 | 284.54 | 0.89 | 0.57 |
| Hex | C1 | 31 | F3 | 15 | 50 | 0 | 5 | 11D | 59 | 39 |
| Octal | 301 | 61 | 363 | 25 | 120 | 0 | 5 | 435 | 131 | 71 |
| Binary | 11000001 | 110001 | 11110011 | 10101 | 1010000 | 0 | 101 | 100011101 | 1011001 | 111001 |
Color Harmonies of #C131F3
Complementary color
Monochromatic Colors of #C131F3
Black with #C131F3
Text Example
Text Example
White with #C131F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C131F3; }
p { color: rgb(193,49,243); }
H1.HeaderClassName
{
color: #C131F3;
}
.AnyTagClassName
{
color: #C131F3;
}
</style>
background-color css
<style>
a { background-color: #C131F3; }
a { background-color: rgb(193,49,243); }
div.DivClassName
{
background-color: #C131F3;
}
.BgClassName
{
background-color: #C131F3;
}
</style>
border-color css
<style>
span { border-color: #C131F3; }
span { border-color: rgb(193,49,243); }
td.TdClassName
{
border-color: #C131F3;
}
.TagClassName
{
border-color: #C131F3;
}
</style>