Shades of Medium Orchid #C130E0
Tints of Medium Orchid #C130E0
RGB
CMYK
RGB Variations
Color information
#C130E0 (or 0xC130E0) is known color: Medium Orchid. HEX triplet: C1, 30 and E0. RGB value is (193,48,224). Sum of RGB (Red+Green+Blue) = 193+48+224=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #C130E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C130E0 is #3ECF1F. Grayscale: #6E6E6E. Windows color (decimal): -4116256 or 14692545. OLE color: 14692545.
HSL color Cylindrical-coordinate representation of color #C130E0: hue angle of 289.43º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C130E0 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 48 | 224 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.12 |
| HSL | 289.43º | 0.74% | 0.53% | - |
| HSV(B) | 289.43º | 0.79% | 0.88% | - |
| XYZ | 36.5 | 18.83 | 72.23 | - |
| YUV | 111.42 | 191.54 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 224 | 0.14 | 0.79 | 0 | 0.12 | 289.43 | 0.74 | 0.53 |
| Hex | C1 | 30 | E0 | E | 4F | 0 | C | 121 | 4A | 35 |
| Octal | 301 | 60 | 340 | 16 | 117 | 0 | 14 | 441 | 112 | 65 |
| Binary | 11000001 | 110000 | 11100000 | 1110 | 1001111 | 0 | 1100 | 100100001 | 1001010 | 110101 |
Color Harmonies of #C130E0
Complementary color
Monochromatic Colors of #C130E0
Black with #C130E0
Text Example
Text Example
White with #C130E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C130E0; }
p { color: rgb(193,48,224); }
H1.HeaderClassName
{
color: #C130E0;
}
.AnyTagClassName
{
color: #C130E0;
}
</style>
background-color css
<style>
a { background-color: #C130E0; }
a { background-color: rgb(193,48,224); }
div.DivClassName
{
background-color: #C130E0;
}
.BgClassName
{
background-color: #C130E0;
}
</style>
border-color css
<style>
span { border-color: #C130E0; }
span { border-color: rgb(193,48,224); }
td.TdClassName
{
border-color: #C130E0;
}
.TagClassName
{
border-color: #C130E0;
}
</style>