Shades of Medium Orchid #C13ED1
Tints of Medium Orchid #C13ED1
RGB
CMYK
RGB Variations
Color information
#C13ED1 (or 0xC13ED1) is known color: Medium Orchid. HEX triplet: C1, 3E and D1. RGB value is (193,62,209). Sum of RGB (Red+Green+Blue) = 193+62+209=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 62 (24.61% from 255 or 13.36% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #C13ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13ED1 is #3EC12E. Grayscale: #757575. Windows color (decimal): -4112687 or 13713089. OLE color: 13713089.
HSL color Cylindrical-coordinate representation of color #C13ED1: hue angle of 293.47º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13ED1 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 62 | 209 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.18 |
| HSL | 293.47º | 0.62% | 0.53% | - |
| HSV(B) | 293.47º | 0.7% | 0.82% | - |
| XYZ | 35.22 | 19.39 | 62.21 | - |
| YUV | 117.93 | 179.4 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 209 | 0.08 | 0.70 | 0 | 0.18 | 293.47 | 0.62 | 0.53 |
| Hex | C1 | 3E | D1 | 8 | 46 | 0 | 12 | 125 | 3E | 35 |
| Octal | 301 | 76 | 321 | 10 | 106 | 0 | 22 | 445 | 76 | 65 |
| Binary | 11000001 | 111110 | 11010001 | 1000 | 1000110 | 0 | 10010 | 100100101 | 111110 | 110101 |
Color Harmonies of #C13ED1
Complementary color
Monochromatic Colors of #C13ED1
Black with #C13ED1
Text Example
Text Example
White with #C13ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13ED1; }
p { color: rgb(193,62,209); }
H1.HeaderClassName
{
color: #C13ED1;
}
.AnyTagClassName
{
color: #C13ED1;
}
</style>
background-color css
<style>
a { background-color: #C13ED1; }
a { background-color: rgb(193,62,209); }
div.DivClassName
{
background-color: #C13ED1;
}
.BgClassName
{
background-color: #C13ED1;
}
</style>
border-color css
<style>
span { border-color: #C13ED1; }
span { border-color: rgb(193,62,209); }
td.TdClassName
{
border-color: #C13ED1;
}
.TagClassName
{
border-color: #C13ED1;
}
</style>