Shades of Medium Orchid #C16DE9
Tints of Medium Orchid #C16DE9
RGB
CMYK
RGB Variations
Color information
#C16DE9 (or 0xC16DE9) is known color: Medium Orchid. HEX triplet: C1, 6D and E9. RGB value is (193,109,233). Sum of RGB (Red+Green+Blue) = 193+109+233=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 109 (42.97% from 255 or 20.37% from 535); Blue value is 233 (91.41% from 255 or 43.55% from 535); Max value from RGB is 233 - color contains mainly: blue. Hex color #C16DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16DE9 is #3E9216. Grayscale: #939393. Windows color (decimal): -4100631 or 15297985. OLE color: 15297985.
HSL color Cylindrical-coordinate representation of color #C16DE9: hue angle of 280.65º 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 #C16DE9 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 109 | 233 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.09 |
| HSL | 280.65º | 0.74% | 0.67% | - |
| HSV(B) | 280.65º | 0.53% | 0.91% | - |
| XYZ | 42.17 | 28.16 | 80.3 | - |
| YUV | 148.25 | 175.83 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 233 | 0.17 | 0.53 | 0 | 0.09 | 280.65 | 0.74 | 0.67 |
| Hex | C1 | 6D | E9 | 11 | 35 | 0 | 9 | 119 | 4A | 43 |
| Octal | 301 | 155 | 351 | 21 | 65 | 0 | 11 | 431 | 112 | 103 |
| Binary | 11000001 | 1101101 | 11101001 | 10001 | 110101 | 0 | 1001 | 100011001 | 1001010 | 1000011 |
Color Harmonies of #C16DE9
Complementary color
Monochromatic Colors of #C16DE9
Black with #C16DE9
Text Example
Text Example
White with #C16DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16DE9; }
p { color: rgb(193,109,233); }
H1.HeaderClassName
{
color: #C16DE9;
}
.AnyTagClassName
{
color: #C16DE9;
}
</style>
background-color css
<style>
a { background-color: #C16DE9; }
a { background-color: rgb(193,109,233); }
div.DivClassName
{
background-color: #C16DE9;
}
.BgClassName
{
background-color: #C16DE9;
}
</style>
border-color css
<style>
span { border-color: #C16DE9; }
span { border-color: rgb(193,109,233); }
td.TdClassName
{
border-color: #C16DE9;
}
.TagClassName
{
border-color: #C16DE9;
}
</style>