Shades of Medium Orchid #C838EC
Tints of Medium Orchid #C838EC
RGB
CMYK
RGB Variations
Color information
#C838EC (or 0xC838EC) is known color: Medium Orchid. HEX triplet: C8, 38 and EC. RGB value is (200,56,236). Sum of RGB (Red+Green+Blue) = 200+56+236=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 56 (22.27% from 255 or 11.38% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #C838EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C838EC is #37C713. Grayscale: #777777. Windows color (decimal): -3655444 or 15481032. OLE color: 15481032.
HSL color Cylindrical-coordinate representation of color #C838EC: hue angle of 288º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C838EC is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 56 | 236 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.07 |
| HSL | 288º | 0.83% | 0.57% | - |
| HSV(B) | 288º | 0.76% | 0.93% | - |
| XYZ | 40.37 | 21.16 | 81.31 | - |
| YUV | 119.58 | 193.71 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 236 | 0.15 | 0.76 | 0 | 0.07 | 288 | 0.83 | 0.57 |
| Hex | C8 | 38 | EC | F | 4C | 0 | 7 | 120 | 53 | 39 |
| Octal | 310 | 70 | 354 | 17 | 114 | 0 | 7 | 440 | 123 | 71 |
| Binary | 11001000 | 111000 | 11101100 | 1111 | 1001100 | 0 | 111 | 100100000 | 1010011 | 111001 |
Color Harmonies of #C838EC
Complementary color
Monochromatic Colors of #C838EC
Black with #C838EC
Text Example
Text Example
White with #C838EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C838EC; }
p { color: rgb(200,56,236); }
H1.HeaderClassName
{
color: #C838EC;
}
.AnyTagClassName
{
color: #C838EC;
}
</style>
background-color css
<style>
a { background-color: #C838EC; }
a { background-color: rgb(200,56,236); }
div.DivClassName
{
background-color: #C838EC;
}
.BgClassName
{
background-color: #C838EC;
}
</style>
border-color css
<style>
span { border-color: #C838EC; }
span { border-color: rgb(200,56,236); }
td.TdClassName
{
border-color: #C838EC;
}
.TagClassName
{
border-color: #C838EC;
}
</style>