Shades of Medium Orchid #C13CEC
Tints of Medium Orchid #C13CEC
RGB
CMYK
RGB Variations
Color information
#C13CEC (or 0xC13CEC) is known color: Medium Orchid. HEX triplet: C1, 3C and EC. RGB value is (193,60,236). Sum of RGB (Red+Green+Blue) = 193+60+236=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 60 (23.83% from 255 or 12.27% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #C13CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13CEC is #3EC313. Grayscale: #777777. Windows color (decimal): -4113172 or 15482049. OLE color: 15482049.
HSL color Cylindrical-coordinate representation of color #C13CEC: hue angle of 285.34º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C13CEC is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 60 | 236 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.07 |
| HSL | 285.34º | 0.82% | 0.58% | - |
| HSV(B) | 285.34º | 0.75% | 0.93% | - |
| XYZ | 38.75 | 20.63 | 81.3 | - |
| YUV | 119.83 | 193.56 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 60 | 236 | 0.18 | 0.75 | 0 | 0.07 | 285.34 | 0.82 | 0.58 |
| Hex | C1 | 3C | EC | 12 | 4B | 0 | 7 | 11D | 52 | 3A |
| Octal | 301 | 74 | 354 | 22 | 113 | 0 | 7 | 435 | 122 | 72 |
| Binary | 11000001 | 111100 | 11101100 | 10010 | 1001011 | 0 | 111 | 100011101 | 1010010 | 111010 |
Color Harmonies of #C13CEC
Complementary color
Monochromatic Colors of #C13CEC
Black with #C13CEC
Text Example
Text Example
White with #C13CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13CEC; }
p { color: rgb(193,60,236); }
H1.HeaderClassName
{
color: #C13CEC;
}
.AnyTagClassName
{
color: #C13CEC;
}
</style>
background-color css
<style>
a { background-color: #C13CEC; }
a { background-color: rgb(193,60,236); }
div.DivClassName
{
background-color: #C13CEC;
}
.BgClassName
{
background-color: #C13CEC;
}
</style>
border-color css
<style>
span { border-color: #C13CEC; }
span { border-color: rgb(193,60,236); }
td.TdClassName
{
border-color: #C13CEC;
}
.TagClassName
{
border-color: #C13CEC;
}
</style>