Shades of Medium Orchid #C13EDC
Tints of Medium Orchid #C13EDC
RGB
CMYK
RGB Variations
Color information
#C13EDC (or 0xC13EDC) is known color: Medium Orchid. HEX triplet: C1, 3E and DC. RGB value is (193,62,220). Sum of RGB (Red+Green+Blue) = 193+62+220=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 62 (24.61% from 255 or 13.05% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #C13EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13EDC is #3EC123. Grayscale: #767676. Windows color (decimal): -4112676 or 14433985. OLE color: 14433985.
HSL color Cylindrical-coordinate representation of color #C13EDC: hue angle of 289.75º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13EDC is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 62 | 220 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.14 |
| HSL | 289.75º | 0.69% | 0.55% | - |
| HSV(B) | 289.75º | 0.72% | 0.86% | - |
| XYZ | 36.63 | 19.95 | 69.63 | - |
| YUV | 119.18 | 184.9 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 220 | 0.12 | 0.72 | 0 | 0.14 | 289.75 | 0.69 | 0.55 |
| Hex | C1 | 3E | DC | C | 48 | 0 | E | 122 | 45 | 37 |
| Octal | 301 | 76 | 334 | 14 | 110 | 0 | 16 | 442 | 105 | 67 |
| Binary | 11000001 | 111110 | 11011100 | 1100 | 1001000 | 0 | 1110 | 100100010 | 1000101 | 110111 |
Color Harmonies of #C13EDC
Complementary color
Monochromatic Colors of #C13EDC
Black with #C13EDC
Text Example
Text Example
White with #C13EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13EDC; }
p { color: rgb(193,62,220); }
H1.HeaderClassName
{
color: #C13EDC;
}
.AnyTagClassName
{
color: #C13EDC;
}
</style>
background-color css
<style>
a { background-color: #C13EDC; }
a { background-color: rgb(193,62,220); }
div.DivClassName
{
background-color: #C13EDC;
}
.BgClassName
{
background-color: #C13EDC;
}
</style>
border-color css
<style>
span { border-color: #C13EDC; }
span { border-color: rgb(193,62,220); }
td.TdClassName
{
border-color: #C13EDC;
}
.TagClassName
{
border-color: #C13EDC;
}
</style>