Shades of Medium Orchid #C141EC
Tints of Medium Orchid #C141EC
RGB
CMYK
RGB Variations
Color information
#C141EC (or 0xC141EC) is known color: Medium Orchid. HEX triplet: C1, 41 and EC. RGB value is (193,65,236). Sum of RGB (Red+Green+Blue) = 193+65+236=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 65 (25.78% from 255 or 13.16% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #C141EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C141EC is #3EBE13. Grayscale: #7A7A7A. Windows color (decimal): -4111892 or 15483329. OLE color: 15483329.
HSL color Cylindrical-coordinate representation of color #C141EC: hue angle of 284.91º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C141EC is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 65 | 236 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.07 |
| HSL | 284.91º | 0.82% | 0.59% | - |
| HSV(B) | 284.91º | 0.72% | 0.93% | - |
| XYZ | 39.02 | 21.17 | 81.39 | - |
| YUV | 122.77 | 191.91 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 236 | 0.18 | 0.72 | 0 | 0.07 | 284.91 | 0.82 | 0.59 |
| Hex | C1 | 41 | EC | 12 | 48 | 0 | 7 | 11D | 52 | 3B |
| Octal | 301 | 101 | 354 | 22 | 110 | 0 | 7 | 435 | 122 | 73 |
| Binary | 11000001 | 1000001 | 11101100 | 10010 | 1001000 | 0 | 111 | 100011101 | 1010010 | 111011 |
Color Harmonies of #C141EC
Complementary color
Monochromatic Colors of #C141EC
Black with #C141EC
Text Example
Text Example
White with #C141EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C141EC; }
p { color: rgb(193,65,236); }
H1.HeaderClassName
{
color: #C141EC;
}
.AnyTagClassName
{
color: #C141EC;
}
</style>
background-color css
<style>
a { background-color: #C141EC; }
a { background-color: rgb(193,65,236); }
div.DivClassName
{
background-color: #C141EC;
}
.BgClassName
{
background-color: #C141EC;
}
</style>
border-color css
<style>
span { border-color: #C141EC; }
span { border-color: rgb(193,65,236); }
td.TdClassName
{
border-color: #C141EC;
}
.TagClassName
{
border-color: #C141EC;
}
</style>