Shades of Medium Orchid #C74EEE
Tints of Medium Orchid #C74EEE
RGB
CMYK
RGB Variations
Color information
#C74EEE (or 0xC74EEE) is known color: Medium Orchid. HEX triplet: C7, 4E and EE. RGB value is (199,78,238). Sum of RGB (Red+Green+Blue) = 199+78+238=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 78 (30.86% from 255 or 15.15% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #C74EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74EEE is #38B111. Grayscale: #838383. Windows color (decimal): -3715346 or 15617735. OLE color: 15617735.
HSL color Cylindrical-coordinate representation of color #C74EEE: hue angle of 285.38º degrees, saturation: 0.82, 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 #C74EEE is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 78 | 238 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.07 |
| HSL | 285.38º | 0.82% | 0.62% | - |
| HSV(B) | 285.38º | 0.67% | 0.93% | - |
| XYZ | 41.71 | 23.76 | 83.28 | - |
| YUV | 132.42 | 187.59 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 238 | 0.16 | 0.67 | 0 | 0.07 | 285.38 | 0.82 | 0.62 |
| Hex | C7 | 4E | EE | 10 | 43 | 0 | 7 | 11D | 52 | 3E |
| Octal | 307 | 116 | 356 | 20 | 103 | 0 | 7 | 435 | 122 | 76 |
| Binary | 11000111 | 1001110 | 11101110 | 10000 | 1000011 | 0 | 111 | 100011101 | 1010010 | 111110 |
Color Harmonies of #C74EEE
Complementary color
Monochromatic Colors of #C74EEE
Black with #C74EEE
Text Example
Text Example
White with #C74EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74EEE; }
p { color: rgb(199,78,238); }
H1.HeaderClassName
{
color: #C74EEE;
}
.AnyTagClassName
{
color: #C74EEE;
}
</style>
background-color css
<style>
a { background-color: #C74EEE; }
a { background-color: rgb(199,78,238); }
div.DivClassName
{
background-color: #C74EEE;
}
.BgClassName
{
background-color: #C74EEE;
}
</style>
border-color css
<style>
span { border-color: #C74EEE; }
span { border-color: rgb(199,78,238); }
td.TdClassName
{
border-color: #C74EEE;
}
.TagClassName
{
border-color: #C74EEE;
}
</style>