Shades of Medium Orchid #C834EC
Tints of Medium Orchid #C834EC
RGB
CMYK
RGB Variations
Color information
#C834EC (or 0xC834EC) is known color: Medium Orchid. HEX triplet: C8, 34 and EC. RGB value is (200,52,236). Sum of RGB (Red+Green+Blue) = 200+52+236=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 52 (20.70% from 255 or 10.66% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #C834EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C834EC is #37CB13. Grayscale: #747474. Windows color (decimal): -3656468 or 15480008. OLE color: 15480008.
HSL color Cylindrical-coordinate representation of color #C834EC: hue angle of 288.26º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C834EC is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 52 | 236 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.07 |
| HSL | 288.26º | 0.83% | 0.56% | - |
| HSV(B) | 288.26º | 0.78% | 0.93% | - |
| XYZ | 40.19 | 20.79 | 81.25 | - |
| YUV | 117.23 | 195.03 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 236 | 0.15 | 0.78 | 0 | 0.07 | 288.26 | 0.83 | 0.56 |
| Hex | C8 | 34 | EC | F | 4E | 0 | 7 | 120 | 53 | 38 |
| Octal | 310 | 64 | 354 | 17 | 116 | 0 | 7 | 440 | 123 | 70 |
| Binary | 11001000 | 110100 | 11101100 | 1111 | 1001110 | 0 | 111 | 100100000 | 1010011 | 111000 |
Color Harmonies of #C834EC
Complementary color
Monochromatic Colors of #C834EC
Black with #C834EC
Text Example
Text Example
White with #C834EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C834EC; }
p { color: rgb(200,52,236); }
H1.HeaderClassName
{
color: #C834EC;
}
.AnyTagClassName
{
color: #C834EC;
}
</style>
background-color css
<style>
a { background-color: #C834EC; }
a { background-color: rgb(200,52,236); }
div.DivClassName
{
background-color: #C834EC;
}
.BgClassName
{
background-color: #C834EC;
}
</style>
border-color css
<style>
span { border-color: #C834EC; }
span { border-color: rgb(200,52,236); }
td.TdClassName
{
border-color: #C834EC;
}
.TagClassName
{
border-color: #C834EC;
}
</style>