Shades of Medium Orchid #C156E9
Tints of Medium Orchid #C156E9
RGB
CMYK
RGB Variations
Color information
#C156E9 (or 0xC156E9) is known color: Medium Orchid. HEX triplet: C1, 56 and E9. RGB value is (193,86,233). Sum of RGB (Red+Green+Blue) = 193+86+233=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 86 (33.98% from 255 or 16.80% from 512); Blue value is 233 (91.41% from 255 or 45.51% from 512); Max value from RGB is 233 - color contains mainly: blue. Hex color #C156E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C156E9 is #3EA916. Grayscale: #868686. Windows color (decimal): -4106519 or 15292097. OLE color: 15292097.
HSL color Cylindrical-coordinate representation of color #C156E9: hue angle of 283.67º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C156E9 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 86 | 233 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.09 |
| HSL | 283.67º | 0.77% | 0.63% | - |
| HSV(B) | 283.67º | 0.63% | 0.91% | - |
| XYZ | 40.03 | 23.88 | 79.59 | - |
| YUV | 134.75 | 183.45 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 233 | 0.17 | 0.63 | 0 | 0.09 | 283.67 | 0.77 | 0.63 |
| Hex | C1 | 56 | E9 | 11 | 3F | 0 | 9 | 11C | 4D | 3F |
| Octal | 301 | 126 | 351 | 21 | 77 | 0 | 11 | 434 | 115 | 77 |
| Binary | 11000001 | 1010110 | 11101001 | 10001 | 111111 | 0 | 1001 | 100011100 | 1001101 | 111111 |
Color Harmonies of #C156E9
Complementary color
Monochromatic Colors of #C156E9
Black with #C156E9
Text Example
Text Example
White with #C156E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C156E9; }
p { color: rgb(193,86,233); }
H1.HeaderClassName
{
color: #C156E9;
}
.AnyTagClassName
{
color: #C156E9;
}
</style>
background-color css
<style>
a { background-color: #C156E9; }
a { background-color: rgb(193,86,233); }
div.DivClassName
{
background-color: #C156E9;
}
.BgClassName
{
background-color: #C156E9;
}
</style>
border-color css
<style>
span { border-color: #C156E9; }
span { border-color: rgb(193,86,233); }
td.TdClassName
{
border-color: #C156E9;
}
.TagClassName
{
border-color: #C156E9;
}
</style>