Shades of Medium Orchid #C13ED0
Tints of Medium Orchid #C13ED0
RGB
CMYK
RGB Variations
Color information
#C13ED0 (or 0xC13ED0) is known color: Medium Orchid. HEX triplet: C1, 3E and D0. RGB value is (193,62,208). Sum of RGB (Red+Green+Blue) = 193+62+208=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 62 (24.61% from 255 or 13.39% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #C13ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13ED0 is #3EC12F. Grayscale: #757575. Windows color (decimal): -4112688 or 13647553. OLE color: 13647553.
HSL color Cylindrical-coordinate representation of color #C13ED0: hue angle of 293.84º degrees, saturation: 0.61, 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 #C13ED0 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 62 | 208 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.18 |
| HSL | 293.84º | 0.61% | 0.53% | - |
| HSV(B) | 293.84º | 0.7% | 0.82% | - |
| XYZ | 35.1 | 19.34 | 61.56 | - |
| YUV | 117.81 | 178.9 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 208 | 0.07 | 0.70 | 0 | 0.18 | 293.84 | 0.61 | 0.53 |
| Hex | C1 | 3E | D0 | 7 | 46 | 0 | 12 | 126 | 3D | 35 |
| Octal | 301 | 76 | 320 | 7 | 106 | 0 | 22 | 446 | 75 | 65 |
| Binary | 11000001 | 111110 | 11010000 | 111 | 1000110 | 0 | 10010 | 100100110 | 111101 | 110101 |
Color Harmonies of #C13ED0
Complementary color
Monochromatic Colors of #C13ED0
Black with #C13ED0
Text Example
Text Example
White with #C13ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13ED0; }
p { color: rgb(193,62,208); }
H1.HeaderClassName
{
color: #C13ED0;
}
.AnyTagClassName
{
color: #C13ED0;
}
</style>
background-color css
<style>
a { background-color: #C13ED0; }
a { background-color: rgb(193,62,208); }
div.DivClassName
{
background-color: #C13ED0;
}
.BgClassName
{
background-color: #C13ED0;
}
</style>
border-color css
<style>
span { border-color: #C13ED0; }
span { border-color: rgb(193,62,208); }
td.TdClassName
{
border-color: #C13ED0;
}
.TagClassName
{
border-color: #C13ED0;
}
</style>