Shades of Medium Orchid #C13EDE
Tints of Medium Orchid #C13EDE
RGB
CMYK
RGB Variations
Color information
#C13EDE (or 0xC13EDE) is known color: Medium Orchid. HEX triplet: C1, 3E and DE. RGB value is (193,62,222). Sum of RGB (Red+Green+Blue) = 193+62+222=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 62 (24.61% from 255 or 13.00% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #C13EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13EDE is #3EC121. Grayscale: #767676. Windows color (decimal): -4112674 or 14565057. OLE color: 14565057.
HSL color Cylindrical-coordinate representation of color #C13EDE: hue angle of 289.12º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13EDE is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 62 | 222 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.13 |
| HSL | 289.13º | 0.71% | 0.56% | - |
| HSV(B) | 289.13º | 0.72% | 0.87% | - |
| XYZ | 36.9 | 20.06 | 71.03 | - |
| YUV | 119.41 | 185.9 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 222 | 0.13 | 0.72 | 0 | 0.13 | 289.13 | 0.71 | 0.56 |
| Hex | C1 | 3E | DE | D | 48 | 0 | D | 121 | 47 | 38 |
| Octal | 301 | 76 | 336 | 15 | 110 | 0 | 15 | 441 | 107 | 70 |
| Binary | 11000001 | 111110 | 11011110 | 1101 | 1001000 | 0 | 1101 | 100100001 | 1000111 | 111000 |
Color Harmonies of #C13EDE
Complementary color
Monochromatic Colors of #C13EDE
Black with #C13EDE
Text Example
Text Example
White with #C13EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13EDE; }
p { color: rgb(193,62,222); }
H1.HeaderClassName
{
color: #C13EDE;
}
.AnyTagClassName
{
color: #C13EDE;
}
</style>
background-color css
<style>
a { background-color: #C13EDE; }
a { background-color: rgb(193,62,222); }
div.DivClassName
{
background-color: #C13EDE;
}
.BgClassName
{
background-color: #C13EDE;
}
</style>
border-color css
<style>
span { border-color: #C13EDE; }
span { border-color: rgb(193,62,222); }
td.TdClassName
{
border-color: #C13EDE;
}
.TagClassName
{
border-color: #C13EDE;
}
</style>