Shades of Medium Orchid #C132E0
Tints of Medium Orchid #C132E0
RGB
CMYK
RGB Variations
Color information
#C132E0 (or 0xC132E0) is known color: Medium Orchid. HEX triplet: C1, 32 and E0. RGB value is (193,50,224). Sum of RGB (Red+Green+Blue) = 193+50+224=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 50 (19.92% from 255 or 10.71% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #C132E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C132E0 is #3ECD1F. Grayscale: #707070. Windows color (decimal): -4115744 or 14693057. OLE color: 14693057.
HSL color Cylindrical-coordinate representation of color #C132E0: hue angle of 289.31º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C132E0 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 50 | 224 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.12 |
| HSL | 289.31º | 0.74% | 0.54% | - |
| HSV(B) | 289.31º | 0.78% | 0.88% | - |
| XYZ | 36.59 | 19 | 72.26 | - |
| YUV | 112.59 | 190.88 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 224 | 0.14 | 0.78 | 0 | 0.12 | 289.31 | 0.74 | 0.54 |
| Hex | C1 | 32 | E0 | E | 4E | 0 | C | 121 | 4A | 36 |
| Octal | 301 | 62 | 340 | 16 | 116 | 0 | 14 | 441 | 112 | 66 |
| Binary | 11000001 | 110010 | 11100000 | 1110 | 1001110 | 0 | 1100 | 100100001 | 1001010 | 110110 |
Color Harmonies of #C132E0
Complementary color
Monochromatic Colors of #C132E0
Black with #C132E0
Text Example
Text Example
White with #C132E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C132E0; }
p { color: rgb(193,50,224); }
H1.HeaderClassName
{
color: #C132E0;
}
.AnyTagClassName
{
color: #C132E0;
}
</style>
background-color css
<style>
a { background-color: #C132E0; }
a { background-color: rgb(193,50,224); }
div.DivClassName
{
background-color: #C132E0;
}
.BgClassName
{
background-color: #C132E0;
}
</style>
border-color css
<style>
span { border-color: #C132E0; }
span { border-color: rgb(193,50,224); }
td.TdClassName
{
border-color: #C132E0;
}
.TagClassName
{
border-color: #C132E0;
}
</style>