Shades of Medium Orchid #C156EB
Tints of Medium Orchid #C156EB
RGB
CMYK
RGB Variations
Color information
#C156EB (or 0xC156EB) is known color: Medium Orchid. HEX triplet: C1, 56 and EB. RGB value is (193,86,235). Sum of RGB (Red+Green+Blue) = 193+86+235=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 86 (33.98% from 255 or 16.73% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #C156EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C156EB is #3EA914. Grayscale: #868686. Windows color (decimal): -4106517 or 15423169. OLE color: 15423169.
HSL color Cylindrical-coordinate representation of color #C156EB: hue angle of 283.09º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C156EB is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 86 | 235 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.08 |
| HSL | 283.09º | 0.79% | 0.63% | - |
| HSV(B) | 283.09º | 0.63% | 0.92% | - |
| XYZ | 40.32 | 23.99 | 81.1 | - |
| YUV | 134.98 | 184.45 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 235 | 0.18 | 0.63 | 0 | 0.08 | 283.09 | 0.79 | 0.63 |
| Hex | C1 | 56 | EB | 12 | 3F | 0 | 8 | 11B | 4F | 3F |
| Octal | 301 | 126 | 353 | 22 | 77 | 0 | 10 | 433 | 117 | 77 |
| Binary | 11000001 | 1010110 | 11101011 | 10010 | 111111 | 0 | 1000 | 100011011 | 1001111 | 111111 |
Color Harmonies of #C156EB
Complementary color
Monochromatic Colors of #C156EB
Black with #C156EB
Text Example
Text Example
White with #C156EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C156EB; }
p { color: rgb(193,86,235); }
H1.HeaderClassName
{
color: #C156EB;
}
.AnyTagClassName
{
color: #C156EB;
}
</style>
background-color css
<style>
a { background-color: #C156EB; }
a { background-color: rgb(193,86,235); }
div.DivClassName
{
background-color: #C156EB;
}
.BgClassName
{
background-color: #C156EB;
}
</style>
border-color css
<style>
span { border-color: #C156EB; }
span { border-color: rgb(193,86,235); }
td.TdClassName
{
border-color: #C156EB;
}
.TagClassName
{
border-color: #C156EB;
}
</style>