Shades of Medium Orchid #C16EE9
Tints of Medium Orchid #C16EE9
RGB
CMYK
RGB Variations
Color information
#C16EE9 (or 0xC16EE9) is known color: Medium Orchid. HEX triplet: C1, 6E and E9. RGB value is (193,110,233). Sum of RGB (Red+Green+Blue) = 193+110+233=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 233 (91.41% from 255 or 43.47% from 536); Max value from RGB is 233 - color contains mainly: blue. Hex color #C16EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16EE9 is #3E9116. Grayscale: #949494. Windows color (decimal): -4100375 or 15298241. OLE color: 15298241.
HSL color Cylindrical-coordinate representation of color #C16EE9: hue angle of 280.49º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C16EE9 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 110 | 233 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.09 |
| HSL | 280.49º | 0.74% | 0.67% | - |
| HSV(B) | 280.49º | 0.53% | 0.91% | - |
| XYZ | 42.28 | 28.37 | 80.34 | - |
| YUV | 148.84 | 175.5 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 233 | 0.17 | 0.53 | 0 | 0.09 | 280.49 | 0.74 | 0.67 |
| Hex | C1 | 6E | E9 | 11 | 35 | 0 | 9 | 118 | 4A | 43 |
| Octal | 301 | 156 | 351 | 21 | 65 | 0 | 11 | 430 | 112 | 103 |
| Binary | 11000001 | 1101110 | 11101001 | 10001 | 110101 | 0 | 1001 | 100011000 | 1001010 | 1000011 |
Color Harmonies of #C16EE9
Complementary color
Monochromatic Colors of #C16EE9
Black with #C16EE9
Text Example
Text Example
White with #C16EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16EE9; }
p { color: rgb(193,110,233); }
H1.HeaderClassName
{
color: #C16EE9;
}
.AnyTagClassName
{
color: #C16EE9;
}
</style>
background-color css
<style>
a { background-color: #C16EE9; }
a { background-color: rgb(193,110,233); }
div.DivClassName
{
background-color: #C16EE9;
}
.BgClassName
{
background-color: #C16EE9;
}
</style>
border-color css
<style>
span { border-color: #C16EE9; }
span { border-color: rgb(193,110,233); }
td.TdClassName
{
border-color: #C16EE9;
}
.TagClassName
{
border-color: #C16EE9;
}
</style>