Shades of Medium Orchid #C130E1
Tints of Medium Orchid #C130E1
RGB
CMYK
RGB Variations
Color information
#C130E1 (or 0xC130E1) is known color: Medium Orchid. HEX triplet: C1, 30 and E1. RGB value is (193,48,225). Sum of RGB (Red+Green+Blue) = 193+48+225=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 48 (19.14% from 255 or 10.30% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 225 - color contains mainly: blue. Hex color #C130E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C130E1 is #3ECF1E. Grayscale: #6E6E6E. Windows color (decimal): -4116255 or 14758081. OLE color: 14758081.
HSL color Cylindrical-coordinate representation of color #C130E1: hue angle of 289.15º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C130E1 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 48 | 225 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.12 |
| HSL | 289.15º | 0.75% | 0.54% | - |
| HSV(B) | 289.15º | 0.79% | 0.88% | - |
| XYZ | 36.64 | 18.89 | 72.95 | - |
| YUV | 111.53 | 192.04 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 225 | 0.14 | 0.79 | 0 | 0.12 | 289.15 | 0.75 | 0.54 |
| Hex | C1 | 30 | E1 | E | 4F | 0 | C | 121 | 4B | 36 |
| Octal | 301 | 60 | 341 | 16 | 117 | 0 | 14 | 441 | 113 | 66 |
| Binary | 11000001 | 110000 | 11100001 | 1110 | 1001111 | 0 | 1100 | 100100001 | 1001011 | 110110 |
Color Harmonies of #C130E1
Complementary color
Monochromatic Colors of #C130E1
Black with #C130E1
Text Example
Text Example
White with #C130E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C130E1; }
p { color: rgb(193,48,225); }
H1.HeaderClassName
{
color: #C130E1;
}
.AnyTagClassName
{
color: #C130E1;
}
</style>
background-color css
<style>
a { background-color: #C130E1; }
a { background-color: rgb(193,48,225); }
div.DivClassName
{
background-color: #C130E1;
}
.BgClassName
{
background-color: #C130E1;
}
</style>
border-color css
<style>
span { border-color: #C130E1; }
span { border-color: rgb(193,48,225); }
td.TdClassName
{
border-color: #C130E1;
}
.TagClassName
{
border-color: #C130E1;
}
</style>