Shades of Medium Orchid #C74CE2
Tints of Medium Orchid #C74CE2
RGB
CMYK
RGB Variations
Color information
#C74CE2 (or 0xC74CE2) is known color: Medium Orchid. HEX triplet: C7, 4C and E2. RGB value is (199,76,226). Sum of RGB (Red+Green+Blue) = 199+76+226=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 226 (88.67% from 255 or 45.11% from 501); Max value from RGB is 226 - color contains mainly: blue. Hex color #C74CE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74CE2 is #38B31D. Grayscale: #818181. Windows color (decimal): -3715870 or 14830791. OLE color: 14830791.
HSL color Cylindrical-coordinate representation of color #C74CE2: hue angle of 289.2º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C74CE2 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 76 | 226 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.11 |
| HSL | 289.2º | 0.72% | 0.59% | - |
| HSV(B) | 289.2º | 0.66% | 0.89% | - |
| XYZ | 39.87 | 22.8 | 74.25 | - |
| YUV | 129.88 | 182.25 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 226 | 0.12 | 0.66 | 0 | 0.11 | 289.2 | 0.72 | 0.59 |
| Hex | C7 | 4C | E2 | C | 42 | 0 | B | 121 | 48 | 3B |
| Octal | 307 | 114 | 342 | 14 | 102 | 0 | 13 | 441 | 110 | 73 |
| Binary | 11000111 | 1001100 | 11100010 | 1100 | 1000010 | 0 | 1011 | 100100001 | 1001000 | 111011 |
Color Harmonies of #C74CE2
Complementary color
Monochromatic Colors of #C74CE2
Black with #C74CE2
Text Example
Text Example
White with #C74CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74CE2; }
p { color: rgb(199,76,226); }
H1.HeaderClassName
{
color: #C74CE2;
}
.AnyTagClassName
{
color: #C74CE2;
}
</style>
background-color css
<style>
a { background-color: #C74CE2; }
a { background-color: rgb(199,76,226); }
div.DivClassName
{
background-color: #C74CE2;
}
.BgClassName
{
background-color: #C74CE2;
}
</style>
border-color css
<style>
span { border-color: #C74CE2; }
span { border-color: rgb(199,76,226); }
td.TdClassName
{
border-color: #C74CE2;
}
.TagClassName
{
border-color: #C74CE2;
}
</style>