Shades of Medium Orchid #C34ECE
Tints of Medium Orchid #C34ECE
RGB
CMYK
RGB Variations
Color information
#C34ECE (or 0xC34ECE) is known color: Medium Orchid. HEX triplet: C3, 4E and CE. RGB value is (195,78,206). Sum of RGB (Red+Green+Blue) = 195+78+206=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 78 (30.86% from 255 or 16.28% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #C34ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34ECE is #3CB131. Grayscale: #7F7F7F. Windows color (decimal): -3977522 or 13520579. OLE color: 13520579.
HSL color Cylindrical-coordinate representation of color #C34ECE: hue angle of 294.84º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34ECE is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 78 | 206 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.19 |
| HSL | 294.84º | 0.57% | 0.56% | - |
| HSV(B) | 294.84º | 0.62% | 0.81% | - |
| XYZ | 36.37 | 21.51 | 60.63 | - |
| YUV | 127.58 | 172.26 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 206 | 0.05 | 0.62 | 0 | 0.19 | 294.84 | 0.57 | 0.56 |
| Hex | C3 | 4E | CE | 5 | 3E | 0 | 13 | 127 | 39 | 38 |
| Octal | 303 | 116 | 316 | 5 | 76 | 0 | 23 | 447 | 71 | 70 |
| Binary | 11000011 | 1001110 | 11001110 | 101 | 111110 | 0 | 10011 | 100100111 | 111001 | 111000 |
Color Harmonies of #C34ECE
Complementary color
Monochromatic Colors of #C34ECE
Black with #C34ECE
Text Example
Text Example
White with #C34ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34ECE; }
p { color: rgb(195,78,206); }
H1.HeaderClassName
{
color: #C34ECE;
}
.AnyTagClassName
{
color: #C34ECE;
}
</style>
background-color css
<style>
a { background-color: #C34ECE; }
a { background-color: rgb(195,78,206); }
div.DivClassName
{
background-color: #C34ECE;
}
.BgClassName
{
background-color: #C34ECE;
}
</style>
border-color css
<style>
span { border-color: #C34ECE; }
span { border-color: rgb(195,78,206); }
td.TdClassName
{
border-color: #C34ECE;
}
.TagClassName
{
border-color: #C34ECE;
}
</style>