Shades of Medium Orchid #C141E5
Tints of Medium Orchid #C141E5
RGB
CMYK
RGB Variations
Color information
#C141E5 (or 0xC141E5) is known color: Medium Orchid. HEX triplet: C1, 41 and E5. RGB value is (193,65,229). Sum of RGB (Red+Green+Blue) = 193+65+229=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 229 - color contains mainly: blue. Hex color #C141E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C141E5 is #3EBE1A. Grayscale: #797979. Windows color (decimal): -4111899 or 15024577. OLE color: 15024577.
HSL color Cylindrical-coordinate representation of color #C141E5: hue angle of 286.83º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C141E5 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 65 | 229 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.10 |
| HSL | 286.83º | 0.76% | 0.58% | - |
| HSV(B) | 286.83º | 0.72% | 0.9% | - |
| XYZ | 38.03 | 20.78 | 76.13 | - |
| YUV | 121.97 | 188.41 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 229 | 0.16 | 0.72 | 0 | 0.10 | 286.83 | 0.76 | 0.58 |
| Hex | C1 | 41 | E5 | 10 | 48 | 0 | A | 11F | 4C | 3A |
| Octal | 301 | 101 | 345 | 20 | 110 | 0 | 12 | 437 | 114 | 72 |
| Binary | 11000001 | 1000001 | 11100101 | 10000 | 1001000 | 0 | 1010 | 100011111 | 1001100 | 111010 |
Color Harmonies of #C141E5
Complementary color
Monochromatic Colors of #C141E5
Black with #C141E5
Text Example
Text Example
White with #C141E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C141E5; }
p { color: rgb(193,65,229); }
H1.HeaderClassName
{
color: #C141E5;
}
.AnyTagClassName
{
color: #C141E5;
}
</style>
background-color css
<style>
a { background-color: #C141E5; }
a { background-color: rgb(193,65,229); }
div.DivClassName
{
background-color: #C141E5;
}
.BgClassName
{
background-color: #C141E5;
}
</style>
border-color css
<style>
span { border-color: #C141E5; }
span { border-color: rgb(193,65,229); }
td.TdClassName
{
border-color: #C141E5;
}
.TagClassName
{
border-color: #C141E5;
}
</style>