Shades of Medium Orchid #C74EEC
Tints of Medium Orchid #C74EEC
RGB
CMYK
RGB Variations
Color information
#C74EEC (or 0xC74EEC) is known color: Medium Orchid. HEX triplet: C7, 4E and EC. RGB value is (199,78,236). Sum of RGB (Red+Green+Blue) = 199+78+236=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 78 (30.86% from 255 or 15.20% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #C74EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74EEC is #38B113. Grayscale: #838383. Windows color (decimal): -3715348 or 15486663. OLE color: 15486663.
HSL color Cylindrical-coordinate representation of color #C74EEC: hue angle of 285.95º 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 #C74EEC is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 78 | 236 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.07 |
| HSL | 285.95º | 0.81% | 0.62% | - |
| HSV(B) | 285.95º | 0.67% | 0.93% | - |
| XYZ | 41.42 | 23.65 | 81.74 | - |
| YUV | 132.19 | 186.59 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 236 | 0.16 | 0.67 | 0 | 0.07 | 285.95 | 0.81 | 0.62 |
| Hex | C7 | 4E | EC | 10 | 43 | 0 | 7 | 11E | 51 | 3E |
| Octal | 307 | 116 | 354 | 20 | 103 | 0 | 7 | 436 | 121 | 76 |
| Binary | 11000111 | 1001110 | 11101100 | 10000 | 1000011 | 0 | 111 | 100011110 | 1010001 | 111110 |
Color Harmonies of #C74EEC
Complementary color
Monochromatic Colors of #C74EEC
Black with #C74EEC
Text Example
Text Example
White with #C74EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74EEC; }
p { color: rgb(199,78,236); }
H1.HeaderClassName
{
color: #C74EEC;
}
.AnyTagClassName
{
color: #C74EEC;
}
</style>
background-color css
<style>
a { background-color: #C74EEC; }
a { background-color: rgb(199,78,236); }
div.DivClassName
{
background-color: #C74EEC;
}
.BgClassName
{
background-color: #C74EEC;
}
</style>
border-color css
<style>
span { border-color: #C74EEC; }
span { border-color: rgb(199,78,236); }
td.TdClassName
{
border-color: #C74EEC;
}
.TagClassName
{
border-color: #C74EEC;
}
</style>