Shades of Medium Orchid #C74DEC
Tints of Medium Orchid #C74DEC
RGB
CMYK
RGB Variations
Color information
#C74DEC (or 0xC74DEC) is known color: Medium Orchid. HEX triplet: C7, 4D and EC. RGB value is (199,77,236). Sum of RGB (Red+Green+Blue) = 199+77+236=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #C74DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74DEC is #38B213. Grayscale: #838383. Windows color (decimal): -3715604 or 15486407. OLE color: 15486407.
HSL color Cylindrical-coordinate representation of color #C74DEC: hue angle of 286.04º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C74DEC is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 77 | 236 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.07 |
| HSL | 286.04º | 0.81% | 0.61% | - |
| HSV(B) | 286.04º | 0.67% | 0.93% | - |
| XYZ | 41.35 | 23.51 | 81.71 | - |
| YUV | 131.6 | 186.92 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 236 | 0.16 | 0.67 | 0 | 0.07 | 286.04 | 0.81 | 0.61 |
| Hex | C7 | 4D | EC | 10 | 43 | 0 | 7 | 11E | 51 | 3D |
| Octal | 307 | 115 | 354 | 20 | 103 | 0 | 7 | 436 | 121 | 75 |
| Binary | 11000111 | 1001101 | 11101100 | 10000 | 1000011 | 0 | 111 | 100011110 | 1010001 | 111101 |
Color Harmonies of #C74DEC
Complementary color
Monochromatic Colors of #C74DEC
Black with #C74DEC
Text Example
Text Example
White with #C74DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74DEC; }
p { color: rgb(199,77,236); }
H1.HeaderClassName
{
color: #C74DEC;
}
.AnyTagClassName
{
color: #C74DEC;
}
</style>
background-color css
<style>
a { background-color: #C74DEC; }
a { background-color: rgb(199,77,236); }
div.DivClassName
{
background-color: #C74DEC;
}
.BgClassName
{
background-color: #C74DEC;
}
</style>
border-color css
<style>
span { border-color: #C74DEC; }
span { border-color: rgb(199,77,236); }
td.TdClassName
{
border-color: #C74DEC;
}
.TagClassName
{
border-color: #C74DEC;
}
</style>