Shades of Medium Orchid #C234EC
Tints of Medium Orchid #C234EC
RGB
CMYK
RGB Variations
Color information
#C234EC (or 0xC234EC) is known color: Medium Orchid. HEX triplet: C2, 34 and EC. RGB value is (194,52,236). Sum of RGB (Red+Green+Blue) = 194+52+236=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 52 (20.70% from 255 or 10.79% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #C234EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C234EC is #3DCB13. Grayscale: #727272. Windows color (decimal): -4049684 or 15480002. OLE color: 15480002.
HSL color Cylindrical-coordinate representation of color #C234EC: hue angle of 286.3º 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 #C234EC is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 52 | 236 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.07 |
| HSL | 286.3º | 0.83% | 0.56% | - |
| HSV(B) | 286.3º | 0.78% | 0.93% | - |
| XYZ | 38.62 | 19.98 | 81.18 | - |
| YUV | 115.43 | 196.04 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 236 | 0.18 | 0.78 | 0 | 0.07 | 286.3 | 0.83 | 0.56 |
| Hex | C2 | 34 | EC | 12 | 4E | 0 | 7 | 11E | 53 | 38 |
| Octal | 302 | 64 | 354 | 22 | 116 | 0 | 7 | 436 | 123 | 70 |
| Binary | 11000010 | 110100 | 11101100 | 10010 | 1001110 | 0 | 111 | 100011110 | 1010011 | 111000 |
Color Harmonies of #C234EC
Complementary color
Monochromatic Colors of #C234EC
Black with #C234EC
Text Example
Text Example
White with #C234EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C234EC; }
p { color: rgb(194,52,236); }
H1.HeaderClassName
{
color: #C234EC;
}
.AnyTagClassName
{
color: #C234EC;
}
</style>
background-color css
<style>
a { background-color: #C234EC; }
a { background-color: rgb(194,52,236); }
div.DivClassName
{
background-color: #C234EC;
}
.BgClassName
{
background-color: #C234EC;
}
</style>
border-color css
<style>
span { border-color: #C234EC; }
span { border-color: rgb(194,52,236); }
td.TdClassName
{
border-color: #C234EC;
}
.TagClassName
{
border-color: #C234EC;
}
</style>