Shades of Medium Orchid #C156EF
Tints of Medium Orchid #C156EF
RGB
CMYK
RGB Variations
Color information
#C156EF (or 0xC156EF) is known color: Medium Orchid. HEX triplet: C1, 56 and EF. RGB value is (193,86,239). Sum of RGB (Red+Green+Blue) = 193+86+239=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 86 (33.98% from 255 or 16.60% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #C156EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C156EF is #3EA910. Grayscale: #868686. Windows color (decimal): -4106513 or 15685313. OLE color: 15685313.
HSL color Cylindrical-coordinate representation of color #C156EF: hue angle of 281.96º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C156EF is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 86 | 239 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.06 |
| HSL | 281.96º | 0.83% | 0.64% | - |
| HSV(B) | 281.96º | 0.64% | 0.94% | - |
| XYZ | 40.9 | 24.23 | 84.18 | - |
| YUV | 135.44 | 186.45 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 239 | 0.19 | 0.64 | 0 | 0.06 | 281.96 | 0.83 | 0.64 |
| Hex | C1 | 56 | EF | 13 | 40 | 0 | 6 | 11A | 53 | 40 |
| Octal | 301 | 126 | 357 | 23 | 100 | 0 | 6 | 432 | 123 | 100 |
| Binary | 11000001 | 1010110 | 11101111 | 10011 | 1000000 | 0 | 110 | 100011010 | 1010011 | 1000000 |
Color Harmonies of #C156EF
Complementary color
Monochromatic Colors of #C156EF
Black with #C156EF
Text Example
Text Example
White with #C156EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C156EF; }
p { color: rgb(193,86,239); }
H1.HeaderClassName
{
color: #C156EF;
}
.AnyTagClassName
{
color: #C156EF;
}
</style>
background-color css
<style>
a { background-color: #C156EF; }
a { background-color: rgb(193,86,239); }
div.DivClassName
{
background-color: #C156EF;
}
.BgClassName
{
background-color: #C156EF;
}
</style>
border-color css
<style>
span { border-color: #C156EF; }
span { border-color: rgb(193,86,239); }
td.TdClassName
{
border-color: #C156EF;
}
.TagClassName
{
border-color: #C156EF;
}
</style>