Shades of Medium Orchid #C13DEC
Tints of Medium Orchid #C13DEC
RGB
CMYK
RGB Variations
Color information
#C13DEC (or 0xC13DEC) is known color: Medium Orchid. HEX triplet: C1, 3D and EC. RGB value is (193,61,236). Sum of RGB (Red+Green+Blue) = 193+61+236=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 61 (24.22% from 255 or 12.45% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #C13DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13DEC is #3EC213. Grayscale: #777777. Windows color (decimal): -4112916 or 15482305. OLE color: 15482305.
HSL color Cylindrical-coordinate representation of color #C13DEC: hue angle of 285.26º 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 #C13DEC is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 61 | 236 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.07 |
| HSL | 285.26º | 0.82% | 0.58% | - |
| HSV(B) | 285.26º | 0.74% | 0.93% | - |
| XYZ | 38.8 | 20.73 | 81.31 | - |
| YUV | 120.42 | 193.23 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 236 | 0.18 | 0.74 | 0 | 0.07 | 285.26 | 0.82 | 0.58 |
| Hex | C1 | 3D | EC | 12 | 4A | 0 | 7 | 11D | 52 | 3A |
| Octal | 301 | 75 | 354 | 22 | 112 | 0 | 7 | 435 | 122 | 72 |
| Binary | 11000001 | 111101 | 11101100 | 10010 | 1001010 | 0 | 111 | 100011101 | 1010010 | 111010 |
Color Harmonies of #C13DEC
Complementary color
Monochromatic Colors of #C13DEC
Black with #C13DEC
Text Example
Text Example
White with #C13DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13DEC; }
p { color: rgb(193,61,236); }
H1.HeaderClassName
{
color: #C13DEC;
}
.AnyTagClassName
{
color: #C13DEC;
}
</style>
background-color css
<style>
a { background-color: #C13DEC; }
a { background-color: rgb(193,61,236); }
div.DivClassName
{
background-color: #C13DEC;
}
.BgClassName
{
background-color: #C13DEC;
}
</style>
border-color css
<style>
span { border-color: #C13DEC; }
span { border-color: rgb(193,61,236); }
td.TdClassName
{
border-color: #C13DEC;
}
.TagClassName
{
border-color: #C13DEC;
}
</style>