Shades of Medium Orchid #C836EA
Tints of Medium Orchid #C836EA
RGB
CMYK
RGB Variations
Color information
#C836EA (or 0xC836EA) is known color: Medium Orchid. HEX triplet: C8, 36 and EA. RGB value is (200,54,234). Sum of RGB (Red+Green+Blue) = 200+54+234=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 54 (21.48% from 255 or 11.07% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #C836EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C836EA is #37C915. Grayscale: #757575. Windows color (decimal): -3655958 or 15349448. OLE color: 15349448.
HSL color Cylindrical-coordinate representation of color #C836EA: hue angle of 288.67º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C836EA is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 54 | 234 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.08 |
| HSL | 288.67º | 0.81% | 0.56% | - |
| HSV(B) | 288.67º | 0.77% | 0.92% | - |
| XYZ | 39.99 | 20.86 | 79.76 | - |
| YUV | 118.17 | 193.37 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 234 | 0.15 | 0.77 | 0 | 0.08 | 288.67 | 0.81 | 0.56 |
| Hex | C8 | 36 | EA | F | 4D | 0 | 8 | 121 | 51 | 38 |
| Octal | 310 | 66 | 352 | 17 | 115 | 0 | 10 | 441 | 121 | 70 |
| Binary | 11001000 | 110110 | 11101010 | 1111 | 1001101 | 0 | 1000 | 100100001 | 1010001 | 111000 |
Color Harmonies of #C836EA
Complementary color
Monochromatic Colors of #C836EA
Black with #C836EA
Text Example
Text Example
White with #C836EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C836EA; }
p { color: rgb(200,54,234); }
H1.HeaderClassName
{
color: #C836EA;
}
.AnyTagClassName
{
color: #C836EA;
}
</style>
background-color css
<style>
a { background-color: #C836EA; }
a { background-color: rgb(200,54,234); }
div.DivClassName
{
background-color: #C836EA;
}
.BgClassName
{
background-color: #C836EA;
}
</style>
border-color css
<style>
span { border-color: #C836EA; }
span { border-color: rgb(200,54,234); }
td.TdClassName
{
border-color: #C836EA;
}
.TagClassName
{
border-color: #C836EA;
}
</style>