Shades of Medium Orchid #C132E1
Tints of Medium Orchid #C132E1
RGB
CMYK
RGB Variations
Color information
#C132E1 (or 0xC132E1) is known color: Medium Orchid. HEX triplet: C1, 32 and E1. RGB value is (193,50,225). Sum of RGB (Red+Green+Blue) = 193+50+225=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 50 (19.92% from 255 or 10.68% from 468); Blue value is 225 (88.28% from 255 or 48.08% from 468); Max value from RGB is 225 - color contains mainly: blue. Hex color #C132E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C132E1 is #3ECD1E. Grayscale: #707070. Windows color (decimal): -4115743 or 14758593. OLE color: 14758593.
HSL color Cylindrical-coordinate representation of color #C132E1: hue angle of 289.03º 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 #C132E1 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 50 | 225 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.12 |
| HSL | 289.03º | 0.74% | 0.54% | - |
| HSV(B) | 289.03º | 0.78% | 0.88% | - |
| XYZ | 36.72 | 19.05 | 72.98 | - |
| YUV | 112.71 | 191.38 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 225 | 0.14 | 0.78 | 0 | 0.12 | 289.03 | 0.74 | 0.54 |
| Hex | C1 | 32 | E1 | E | 4E | 0 | C | 121 | 4A | 36 |
| Octal | 301 | 62 | 341 | 16 | 116 | 0 | 14 | 441 | 112 | 66 |
| Binary | 11000001 | 110010 | 11100001 | 1110 | 1001110 | 0 | 1100 | 100100001 | 1001010 | 110110 |
Color Harmonies of #C132E1
Complementary color
Monochromatic Colors of #C132E1
Black with #C132E1
Text Example
Text Example
White with #C132E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C132E1; }
p { color: rgb(193,50,225); }
H1.HeaderClassName
{
color: #C132E1;
}
.AnyTagClassName
{
color: #C132E1;
}
</style>
background-color css
<style>
a { background-color: #C132E1; }
a { background-color: rgb(193,50,225); }
div.DivClassName
{
background-color: #C132E1;
}
.BgClassName
{
background-color: #C132E1;
}
</style>
border-color css
<style>
span { border-color: #C132E1; }
span { border-color: rgb(193,50,225); }
td.TdClassName
{
border-color: #C132E1;
}
.TagClassName
{
border-color: #C132E1;
}
</style>