Shades of Medium Orchid #C74EE9
Tints of Medium Orchid #C74EE9
RGB
CMYK
RGB Variations
Color information
#C74EE9 (or 0xC74EE9) is known color: Medium Orchid. HEX triplet: C7, 4E and E9. RGB value is (199,78,233). Sum of RGB (Red+Green+Blue) = 199+78+233=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 78 (30.86% from 255 or 15.29% from 510); Blue value is 233 (91.41% from 255 or 45.69% from 510); Max value from RGB is 233 - color contains mainly: blue. Hex color #C74EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74EE9 is #38B116. Grayscale: #838383. Windows color (decimal): -3715351 or 15290055. OLE color: 15290055.
HSL color Cylindrical-coordinate representation of color #C74EE9: hue angle of 286.84º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C74EE9 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 78 | 233 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.09 |
| HSL | 286.84º | 0.78% | 0.61% | - |
| HSV(B) | 286.84º | 0.67% | 0.91% | - |
| XYZ | 40.99 | 23.47 | 79.46 | - |
| YUV | 131.85 | 185.09 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 233 | 0.15 | 0.67 | 0 | 0.09 | 286.84 | 0.78 | 0.61 |
| Hex | C7 | 4E | E9 | F | 43 | 0 | 9 | 11F | 4E | 3D |
| Octal | 307 | 116 | 351 | 17 | 103 | 0 | 11 | 437 | 116 | 75 |
| Binary | 11000111 | 1001110 | 11101001 | 1111 | 1000011 | 0 | 1001 | 100011111 | 1001110 | 111101 |
Color Harmonies of #C74EE9
Complementary color
Monochromatic Colors of #C74EE9
Black with #C74EE9
Text Example
Text Example
White with #C74EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74EE9; }
p { color: rgb(199,78,233); }
H1.HeaderClassName
{
color: #C74EE9;
}
.AnyTagClassName
{
color: #C74EE9;
}
</style>
background-color css
<style>
a { background-color: #C74EE9; }
a { background-color: rgb(199,78,233); }
div.DivClassName
{
background-color: #C74EE9;
}
.BgClassName
{
background-color: #C74EE9;
}
</style>
border-color css
<style>
span { border-color: #C74EE9; }
span { border-color: rgb(199,78,233); }
td.TdClassName
{
border-color: #C74EE9;
}
.TagClassName
{
border-color: #C74EE9;
}
</style>