Shades of Medium Orchid #C34EEC
Tints of Medium Orchid #C34EEC
RGB
CMYK
RGB Variations
Color information
#C34EEC (or 0xC34EEC) is known color: Medium Orchid. HEX triplet: C3, 4E and EC. RGB value is (195,78,236). Sum of RGB (Red+Green+Blue) = 195+78+236=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 78 (30.86% from 255 or 15.32% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #C34EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34EEC is #3CB113. Grayscale: #828282. Windows color (decimal): -3977492 or 15486659. OLE color: 15486659.
HSL color Cylindrical-coordinate representation of color #C34EEC: hue angle of 284.43º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34EEC is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 78 | 236 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.07 |
| HSL | 284.43º | 0.81% | 0.62% | - |
| HSV(B) | 284.43º | 0.67% | 0.93% | - |
| XYZ | 40.37 | 23.11 | 81.69 | - |
| YUV | 131 | 187.26 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 236 | 0.17 | 0.67 | 0 | 0.07 | 284.43 | 0.81 | 0.62 |
| Hex | C3 | 4E | EC | 11 | 43 | 0 | 7 | 11C | 51 | 3E |
| Octal | 303 | 116 | 354 | 21 | 103 | 0 | 7 | 434 | 121 | 76 |
| Binary | 11000011 | 1001110 | 11101100 | 10001 | 1000011 | 0 | 111 | 100011100 | 1010001 | 111110 |
Color Harmonies of #C34EEC
Complementary color
Monochromatic Colors of #C34EEC
Black with #C34EEC
Text Example
Text Example
White with #C34EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34EEC; }
p { color: rgb(195,78,236); }
H1.HeaderClassName
{
color: #C34EEC;
}
.AnyTagClassName
{
color: #C34EEC;
}
</style>
background-color css
<style>
a { background-color: #C34EEC; }
a { background-color: rgb(195,78,236); }
div.DivClassName
{
background-color: #C34EEC;
}
.BgClassName
{
background-color: #C34EEC;
}
</style>
border-color css
<style>
span { border-color: #C34EEC; }
span { border-color: rgb(195,78,236); }
td.TdClassName
{
border-color: #C34EEC;
}
.TagClassName
{
border-color: #C34EEC;
}
</style>