Shades of Medium Orchid #C16ECE
Tints of Medium Orchid #C16ECE
RGB
CMYK
RGB Variations
Color information
#C16ECE (or 0xC16ECE) is known color: Medium Orchid. HEX triplet: C1, 6E and CE. RGB value is (193,110,206). Sum of RGB (Red+Green+Blue) = 193+110+206=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #C16ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16ECE is #3E9131. Grayscale: #919191. Windows color (decimal): -4100402 or 13528769. OLE color: 13528769.
HSL color Cylindrical-coordinate representation of color #C16ECE: hue angle of 291.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C16ECE is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 110 | 206 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.19 |
| HSL | 291.88º | 0.49% | 0.62% | - |
| HSV(B) | 291.88º | 0.47% | 0.81% | - |
| XYZ | 38.71 | 26.95 | 61.55 | - |
| YUV | 145.76 | 162 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 206 | 0.06 | 0.47 | 0 | 0.19 | 291.88 | 0.49 | 0.62 |
| Hex | C1 | 6E | CE | 6 | 2F | 0 | 13 | 124 | 31 | 3E |
| Octal | 301 | 156 | 316 | 6 | 57 | 0 | 23 | 444 | 61 | 76 |
| Binary | 11000001 | 1101110 | 11001110 | 110 | 101111 | 0 | 10011 | 100100100 | 110001 | 111110 |
Color Harmonies of #C16ECE
Complementary color
Monochromatic Colors of #C16ECE
Black with #C16ECE
Text Example
Text Example
White with #C16ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16ECE; }
p { color: rgb(193,110,206); }
H1.HeaderClassName
{
color: #C16ECE;
}
.AnyTagClassName
{
color: #C16ECE;
}
</style>
background-color css
<style>
a { background-color: #C16ECE; }
a { background-color: rgb(193,110,206); }
div.DivClassName
{
background-color: #C16ECE;
}
.BgClassName
{
background-color: #C16ECE;
}
</style>
border-color css
<style>
span { border-color: #C16ECE; }
span { border-color: rgb(193,110,206); }
td.TdClassName
{
border-color: #C16ECE;
}
.TagClassName
{
border-color: #C16ECE;
}
</style>