Shades of Medium Orchid #C13EEC
Tints of Medium Orchid #C13EEC
RGB
CMYK
RGB Variations
Color information
#C13EEC (or 0xC13EEC) is known color: Medium Orchid. HEX triplet: C1, 3E and EC. RGB value is (193,62,236). Sum of RGB (Red+Green+Blue) = 193+62+236=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 62 (24.61% from 255 or 12.63% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #C13EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13EEC is #3EC113. Grayscale: #787878. Windows color (decimal): -4112660 or 15482561. OLE color: 15482561.
HSL color Cylindrical-coordinate representation of color #C13EEC: hue angle of 285.17º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C13EEC is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 62 | 236 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.07 |
| HSL | 285.17º | 0.82% | 0.58% | - |
| HSV(B) | 285.17º | 0.74% | 0.93% | - |
| XYZ | 38.86 | 20.84 | 81.33 | - |
| YUV | 121.01 | 192.9 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 236 | 0.18 | 0.74 | 0 | 0.07 | 285.17 | 0.82 | 0.58 |
| Hex | C1 | 3E | EC | 12 | 4A | 0 | 7 | 11D | 52 | 3A |
| Octal | 301 | 76 | 354 | 22 | 112 | 0 | 7 | 435 | 122 | 72 |
| Binary | 11000001 | 111110 | 11101100 | 10010 | 1001010 | 0 | 111 | 100011101 | 1010010 | 111010 |
Color Harmonies of #C13EEC
Complementary color
Monochromatic Colors of #C13EEC
Black with #C13EEC
Text Example
Text Example
White with #C13EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13EEC; }
p { color: rgb(193,62,236); }
H1.HeaderClassName
{
color: #C13EEC;
}
.AnyTagClassName
{
color: #C13EEC;
}
</style>
background-color css
<style>
a { background-color: #C13EEC; }
a { background-color: rgb(193,62,236); }
div.DivClassName
{
background-color: #C13EEC;
}
.BgClassName
{
background-color: #C13EEC;
}
</style>
border-color css
<style>
span { border-color: #C13EEC; }
span { border-color: rgb(193,62,236); }
td.TdClassName
{
border-color: #C13EEC;
}
.TagClassName
{
border-color: #C13EEC;
}
</style>