Shades of Medium Orchid #C836EC
Tints of Medium Orchid #C836EC
RGB
CMYK
RGB Variations
Color information
#C836EC (or 0xC836EC) is known color: Medium Orchid. HEX triplet: C8, 36 and EC. RGB value is (200,54,236). Sum of RGB (Red+Green+Blue) = 200+54+236=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 54 (21.48% from 255 or 11.02% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #C836EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C836EC is #37C913. Grayscale: #757575. Windows color (decimal): -3655956 or 15480520. OLE color: 15480520.
HSL color Cylindrical-coordinate representation of color #C836EC: hue angle of 288.13º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C836EC is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 54 | 236 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.07 |
| HSL | 288.13º | 0.83% | 0.57% | - |
| HSV(B) | 288.13º | 0.77% | 0.93% | - |
| XYZ | 40.28 | 20.97 | 81.28 | - |
| YUV | 118.4 | 194.37 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 236 | 0.15 | 0.77 | 0 | 0.07 | 288.13 | 0.83 | 0.57 |
| Hex | C8 | 36 | EC | F | 4D | 0 | 7 | 120 | 53 | 39 |
| Octal | 310 | 66 | 354 | 17 | 115 | 0 | 7 | 440 | 123 | 71 |
| Binary | 11001000 | 110110 | 11101100 | 1111 | 1001101 | 0 | 111 | 100100000 | 1010011 | 111001 |
Color Harmonies of #C836EC
Complementary color
Monochromatic Colors of #C836EC
Black with #C836EC
Text Example
Text Example
White with #C836EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C836EC; }
p { color: rgb(200,54,236); }
H1.HeaderClassName
{
color: #C836EC;
}
.AnyTagClassName
{
color: #C836EC;
}
</style>
background-color css
<style>
a { background-color: #C836EC; }
a { background-color: rgb(200,54,236); }
div.DivClassName
{
background-color: #C836EC;
}
.BgClassName
{
background-color: #C836EC;
}
</style>
border-color css
<style>
span { border-color: #C836EC; }
span { border-color: rgb(200,54,236); }
td.TdClassName
{
border-color: #C836EC;
}
.TagClassName
{
border-color: #C836EC;
}
</style>