Shades of Medium Orchid #C16EDC
Tints of Medium Orchid #C16EDC
RGB
CMYK
RGB Variations
Color information
#C16EDC (or 0xC16EDC) is known color: Medium Orchid. HEX triplet: C1, 6E and DC. RGB value is (193,110,220). Sum of RGB (Red+Green+Blue) = 193+110+220=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #C16EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16EDC is #3E9123. Grayscale: #929292. Windows color (decimal): -4100388 or 14446273. OLE color: 14446273.
HSL color Cylindrical-coordinate representation of color #C16EDC: hue angle of 285.27º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C16EDC is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 110 | 220 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.14 |
| HSL | 285.27º | 0.61% | 0.65% | - |
| HSV(B) | 285.27º | 0.5% | 0.86% | - |
| XYZ | 40.49 | 27.66 | 70.91 | - |
| YUV | 147.36 | 169 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 220 | 0.12 | 0.50 | 0 | 0.14 | 285.27 | 0.61 | 0.65 |
| Hex | C1 | 6E | DC | C | 32 | 0 | E | 11D | 3D | 41 |
| Octal | 301 | 156 | 334 | 14 | 62 | 0 | 16 | 435 | 75 | 101 |
| Binary | 11000001 | 1101110 | 11011100 | 1100 | 110010 | 0 | 1110 | 100011101 | 111101 | 1000001 |
Color Harmonies of #C16EDC
Complementary color
Monochromatic Colors of #C16EDC
Black with #C16EDC
Text Example
Text Example
White with #C16EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16EDC; }
p { color: rgb(193,110,220); }
H1.HeaderClassName
{
color: #C16EDC;
}
.AnyTagClassName
{
color: #C16EDC;
}
</style>
background-color css
<style>
a { background-color: #C16EDC; }
a { background-color: rgb(193,110,220); }
div.DivClassName
{
background-color: #C16EDC;
}
.BgClassName
{
background-color: #C16EDC;
}
</style>
border-color css
<style>
span { border-color: #C16EDC; }
span { border-color: rgb(193,110,220); }
td.TdClassName
{
border-color: #C16EDC;
}
.TagClassName
{
border-color: #C16EDC;
}
</style>