Shades of Medium Orchid #C836EB
Tints of Medium Orchid #C836EB
RGB
CMYK
RGB Variations
Color information
#C836EB (or 0xC836EB) is known color: Medium Orchid. HEX triplet: C8, 36 and EB. RGB value is (200,54,235). Sum of RGB (Red+Green+Blue) = 200+54+235=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 54 (21.48% from 255 or 11.04% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #C836EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C836EB is #37C914. Grayscale: #757575. Windows color (decimal): -3655957 or 15414984. OLE color: 15414984.
HSL color Cylindrical-coordinate representation of color #C836EB: hue angle of 288.4º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C836EB is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 54 | 235 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.08 |
| HSL | 288.4º | 0.82% | 0.57% | - |
| HSV(B) | 288.4º | 0.77% | 0.92% | - |
| XYZ | 40.13 | 20.92 | 80.52 | - |
| YUV | 118.29 | 193.87 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 235 | 0.15 | 0.77 | 0 | 0.08 | 288.4 | 0.82 | 0.57 |
| Hex | C8 | 36 | EB | F | 4D | 0 | 8 | 120 | 52 | 39 |
| Octal | 310 | 66 | 353 | 17 | 115 | 0 | 10 | 440 | 122 | 71 |
| Binary | 11001000 | 110110 | 11101011 | 1111 | 1001101 | 0 | 1000 | 100100000 | 1010010 | 111001 |
Color Harmonies of #C836EB
Complementary color
Monochromatic Colors of #C836EB
Black with #C836EB
Text Example
Text Example
White with #C836EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C836EB; }
p { color: rgb(200,54,235); }
H1.HeaderClassName
{
color: #C836EB;
}
.AnyTagClassName
{
color: #C836EB;
}
</style>
background-color css
<style>
a { background-color: #C836EB; }
a { background-color: rgb(200,54,235); }
div.DivClassName
{
background-color: #C836EB;
}
.BgClassName
{
background-color: #C836EB;
}
</style>
border-color css
<style>
span { border-color: #C836EB; }
span { border-color: rgb(200,54,235); }
td.TdClassName
{
border-color: #C836EB;
}
.TagClassName
{
border-color: #C836EB;
}
</style>