Shades of Medium Orchid #C740EC
Tints of Medium Orchid #C740EC
RGB
CMYK
RGB Variations
Color information
#C740EC (or 0xC740EC) is known color: Medium Orchid. HEX triplet: C7, 40 and EC. RGB value is (199,64,236). Sum of RGB (Red+Green+Blue) = 199+64+236=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 64 (25.39% from 255 or 12.83% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #C740EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C740EC is #38BF13. Grayscale: #7B7B7B. Windows color (decimal): -3718932 or 15483079. OLE color: 15483079.
HSL color Cylindrical-coordinate representation of color #C740EC: hue angle of 287.09º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C740EC is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 64 | 236 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.07 |
| HSL | 287.09º | 0.82% | 0.59% | - |
| HSV(B) | 287.09º | 0.73% | 0.93% | - |
| XYZ | 40.53 | 21.87 | 81.44 | - |
| YUV | 123.97 | 191.23 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 236 | 0.16 | 0.73 | 0 | 0.07 | 287.09 | 0.82 | 0.59 |
| Hex | C7 | 40 | EC | 10 | 49 | 0 | 7 | 11F | 52 | 3B |
| Octal | 307 | 100 | 354 | 20 | 111 | 0 | 7 | 437 | 122 | 73 |
| Binary | 11000111 | 1000000 | 11101100 | 10000 | 1001001 | 0 | 111 | 100011111 | 1010010 | 111011 |
Color Harmonies of #C740EC
Complementary color
Monochromatic Colors of #C740EC
Black with #C740EC
Text Example
Text Example
White with #C740EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C740EC; }
p { color: rgb(199,64,236); }
H1.HeaderClassName
{
color: #C740EC;
}
.AnyTagClassName
{
color: #C740EC;
}
</style>
background-color css
<style>
a { background-color: #C740EC; }
a { background-color: rgb(199,64,236); }
div.DivClassName
{
background-color: #C740EC;
}
.BgClassName
{
background-color: #C740EC;
}
</style>
border-color css
<style>
span { border-color: #C740EC; }
span { border-color: rgb(199,64,236); }
td.TdClassName
{
border-color: #C740EC;
}
.TagClassName
{
border-color: #C740EC;
}
</style>