Shades of Medium Orchid #C16DEB
Tints of Medium Orchid #C16DEB
RGB
CMYK
RGB Variations
Color information
#C16DEB (or 0xC16DEB) is known color: Medium Orchid. HEX triplet: C1, 6D and EB. RGB value is (193,109,235). Sum of RGB (Red+Green+Blue) = 193+109+235=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #C16DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16DEB is #3E9214. Grayscale: #949494. Windows color (decimal): -4100629 or 15429057. OLE color: 15429057.
HSL color Cylindrical-coordinate representation of color #C16DEB: hue angle of 280º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C16DEB is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 109 | 235 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.08 |
| HSL | 280º | 0.76% | 0.67% | - |
| HSV(B) | 280º | 0.54% | 0.92% | - |
| XYZ | 42.46 | 28.27 | 81.82 | - |
| YUV | 148.48 | 176.83 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 235 | 0.18 | 0.54 | 0 | 0.08 | 280 | 0.76 | 0.67 |
| Hex | C1 | 6D | EB | 12 | 36 | 0 | 8 | 118 | 4C | 43 |
| Octal | 301 | 155 | 353 | 22 | 66 | 0 | 10 | 430 | 114 | 103 |
| Binary | 11000001 | 1101101 | 11101011 | 10010 | 110110 | 0 | 1000 | 100011000 | 1001100 | 1000011 |
Color Harmonies of #C16DEB
Complementary color
Monochromatic Colors of #C16DEB
Black with #C16DEB
Text Example
Text Example
White with #C16DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16DEB; }
p { color: rgb(193,109,235); }
H1.HeaderClassName
{
color: #C16DEB;
}
.AnyTagClassName
{
color: #C16DEB;
}
</style>
background-color css
<style>
a { background-color: #C16DEB; }
a { background-color: rgb(193,109,235); }
div.DivClassName
{
background-color: #C16DEB;
}
.BgClassName
{
background-color: #C16DEB;
}
</style>
border-color css
<style>
span { border-color: #C16DEB; }
span { border-color: rgb(193,109,235); }
td.TdClassName
{
border-color: #C16DEB;
}
.TagClassName
{
border-color: #C16DEB;
}
</style>