Shades of Medium Orchid #C04ECE
Tints of Medium Orchid #C04ECE
RGB
CMYK
RGB Variations
Color information
#C04ECE (or 0xC04ECE) is known color: Medium Orchid. HEX triplet: C0, 4E and CE. RGB value is (192,78,206). Sum of RGB (Red+Green+Blue) = 192+78+206=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 78 (30.86% from 255 or 16.39% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #C04ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04ECE is #3FB131. Grayscale: #7E7E7E. Windows color (decimal): -4174130 or 13520576. OLE color: 13520576.
HSL color Cylindrical-coordinate representation of color #C04ECE: hue angle of 293.44º 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 #C04ECE is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 78 | 206 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.19 |
| HSL | 293.44º | 0.57% | 0.56% | - |
| HSV(B) | 293.44º | 0.62% | 0.81% | - |
| XYZ | 35.6 | 21.11 | 60.59 | - |
| YUV | 126.68 | 172.77 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 206 | 0.07 | 0.62 | 0 | 0.19 | 293.44 | 0.57 | 0.56 |
| Hex | C0 | 4E | CE | 7 | 3E | 0 | 13 | 125 | 39 | 38 |
| Octal | 300 | 116 | 316 | 7 | 76 | 0 | 23 | 445 | 71 | 70 |
| Binary | 11000000 | 1001110 | 11001110 | 111 | 111110 | 0 | 10011 | 100100101 | 111001 | 111000 |
Color Harmonies of #C04ECE
Complementary color
Monochromatic Colors of #C04ECE
Black with #C04ECE
Text Example
Text Example
White with #C04ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04ECE; }
p { color: rgb(192,78,206); }
H1.HeaderClassName
{
color: #C04ECE;
}
.AnyTagClassName
{
color: #C04ECE;
}
</style>
background-color css
<style>
a { background-color: #C04ECE; }
a { background-color: rgb(192,78,206); }
div.DivClassName
{
background-color: #C04ECE;
}
.BgClassName
{
background-color: #C04ECE;
}
</style>
border-color css
<style>
span { border-color: #C04ECE; }
span { border-color: rgb(192,78,206); }
td.TdClassName
{
border-color: #C04ECE;
}
.TagClassName
{
border-color: #C04ECE;
}
</style>