Shades of Medium Orchid #C16EE2
Tints of Medium Orchid #C16EE2
RGB
CMYK
RGB Variations
Color information
#C16EE2 (or 0xC16EE2) is known color: Medium Orchid. HEX triplet: C1, 6E and E2. RGB value is (193,110,226). Sum of RGB (Red+Green+Blue) = 193+110+226=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 110 (43.36% from 255 or 20.79% from 529); Blue value is 226 (88.67% from 255 or 42.72% from 529); Max value from RGB is 226 - color contains mainly: blue. Hex color #C16EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16EE2 is #3E911D. Grayscale: #939393. Windows color (decimal): -4100382 or 14839489. OLE color: 14839489.
HSL color Cylindrical-coordinate representation of color #C16EE2: hue angle of 282.93º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C16EE2 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 110 | 226 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.11 |
| HSL | 282.93º | 0.67% | 0.66% | - |
| HSV(B) | 282.93º | 0.51% | 0.89% | - |
| XYZ | 41.3 | 27.98 | 75.18 | - |
| YUV | 148.04 | 172 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 226 | 0.15 | 0.51 | 0 | 0.11 | 282.93 | 0.67 | 0.66 |
| Hex | C1 | 6E | E2 | F | 33 | 0 | B | 11B | 43 | 42 |
| Octal | 301 | 156 | 342 | 17 | 63 | 0 | 13 | 433 | 103 | 102 |
| Binary | 11000001 | 1101110 | 11100010 | 1111 | 110011 | 0 | 1011 | 100011011 | 1000011 | 1000010 |
Color Harmonies of #C16EE2
Complementary color
Monochromatic Colors of #C16EE2
Black with #C16EE2
Text Example
Text Example
White with #C16EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16EE2; }
p { color: rgb(193,110,226); }
H1.HeaderClassName
{
color: #C16EE2;
}
.AnyTagClassName
{
color: #C16EE2;
}
</style>
background-color css
<style>
a { background-color: #C16EE2; }
a { background-color: rgb(193,110,226); }
div.DivClassName
{
background-color: #C16EE2;
}
.BgClassName
{
background-color: #C16EE2;
}
</style>
border-color css
<style>
span { border-color: #C16EE2; }
span { border-color: rgb(193,110,226); }
td.TdClassName
{
border-color: #C16EE2;
}
.TagClassName
{
border-color: #C16EE2;
}
</style>