Shades of Medium Orchid #C740EE
Tints of Medium Orchid #C740EE
RGB
CMYK
RGB Variations
Color information
#C740EE (or 0xC740EE) is known color: Medium Orchid. HEX triplet: C7, 40 and EE. RGB value is (199,64,238). Sum of RGB (Red+Green+Blue) = 199+64+238=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 64 (25.39% from 255 or 12.77% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #C740EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C740EE is #38BF11. Grayscale: #7B7B7B. Windows color (decimal): -3718930 or 15614151. OLE color: 15614151.
HSL color Cylindrical-coordinate representation of color #C740EE: hue angle of 286.55º degrees, saturation: 0.84, 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 #C740EE is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 64 | 238 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.07 |
| HSL | 286.55º | 0.84% | 0.59% | - |
| HSV(B) | 286.55º | 0.73% | 0.93% | - |
| XYZ | 40.82 | 21.98 | 82.98 | - |
| YUV | 124.2 | 192.23 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 238 | 0.16 | 0.73 | 0 | 0.07 | 286.55 | 0.84 | 0.59 |
| Hex | C7 | 40 | EE | 10 | 49 | 0 | 7 | 11F | 54 | 3B |
| Octal | 307 | 100 | 356 | 20 | 111 | 0 | 7 | 437 | 124 | 73 |
| Binary | 11000111 | 1000000 | 11101110 | 10000 | 1001001 | 0 | 111 | 100011111 | 1010100 | 111011 |
Color Harmonies of #C740EE
Complementary color
Monochromatic Colors of #C740EE
Black with #C740EE
Text Example
Text Example
White with #C740EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C740EE; }
p { color: rgb(199,64,238); }
H1.HeaderClassName
{
color: #C740EE;
}
.AnyTagClassName
{
color: #C740EE;
}
</style>
background-color css
<style>
a { background-color: #C740EE; }
a { background-color: rgb(199,64,238); }
div.DivClassName
{
background-color: #C740EE;
}
.BgClassName
{
background-color: #C740EE;
}
</style>
border-color css
<style>
span { border-color: #C740EE; }
span { border-color: rgb(199,64,238); }
td.TdClassName
{
border-color: #C740EE;
}
.TagClassName
{
border-color: #C740EE;
}
</style>