Shades of Medium Orchid #C16BEB
Tints of Medium Orchid #C16BEB
RGB
CMYK
RGB Variations
Color information
#C16BEB (or 0xC16BEB) is known color: Medium Orchid. HEX triplet: C1, 6B and EB. RGB value is (193,107,235). Sum of RGB (Red+Green+Blue) = 193+107+235=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #C16BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16BEB is #3E9414. Grayscale: #929292. Windows color (decimal): -4101141 or 15428545. OLE color: 15428545.
HSL color Cylindrical-coordinate representation of color #C16BEB: hue angle of 280.31º 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 #C16BEB is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 107 | 235 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.08 |
| HSL | 280.31º | 0.76% | 0.67% | - |
| HSV(B) | 280.31º | 0.54% | 0.92% | - |
| XYZ | 42.25 | 27.85 | 81.75 | - |
| YUV | 147.31 | 177.49 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 235 | 0.18 | 0.54 | 0 | 0.08 | 280.31 | 0.76 | 0.67 |
| Hex | C1 | 6B | EB | 12 | 36 | 0 | 8 | 118 | 4C | 43 |
| Octal | 301 | 153 | 353 | 22 | 66 | 0 | 10 | 430 | 114 | 103 |
| Binary | 11000001 | 1101011 | 11101011 | 10010 | 110110 | 0 | 1000 | 100011000 | 1001100 | 1000011 |
Color Harmonies of #C16BEB
Complementary color
Monochromatic Colors of #C16BEB
Black with #C16BEB
Text Example
Text Example
White with #C16BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16BEB; }
p { color: rgb(193,107,235); }
H1.HeaderClassName
{
color: #C16BEB;
}
.AnyTagClassName
{
color: #C16BEB;
}
</style>
background-color css
<style>
a { background-color: #C16BEB; }
a { background-color: rgb(193,107,235); }
div.DivClassName
{
background-color: #C16BEB;
}
.BgClassName
{
background-color: #C16BEB;
}
</style>
border-color css
<style>
span { border-color: #C16BEB; }
span { border-color: rgb(193,107,235); }
td.TdClassName
{
border-color: #C16BEB;
}
.TagClassName
{
border-color: #C16BEB;
}
</style>