Shades of Medium Orchid #C74DE4
Tints of Medium Orchid #C74DE4
RGB
CMYK
RGB Variations
Color information
#C74DE4 (or 0xC74DE4) is known color: Medium Orchid. HEX triplet: C7, 4D and E4. RGB value is (199,77,228). Sum of RGB (Red+Green+Blue) = 199+77+228=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 228 (89.45% from 255 or 45.24% from 504); Max value from RGB is 228 - color contains mainly: blue. Hex color #C74DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74DE4 is #38B21B. Grayscale: #828282. Windows color (decimal): -3715612 or 14962119. OLE color: 14962119.
HSL color Cylindrical-coordinate representation of color #C74DE4: hue angle of 288.48º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C74DE4 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 77 | 228 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.11 |
| HSL | 288.48º | 0.74% | 0.6% | - |
| HSV(B) | 288.48º | 0.66% | 0.89% | - |
| XYZ | 40.21 | 23.05 | 75.73 | - |
| YUV | 130.69 | 182.92 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 228 | 0.13 | 0.66 | 0 | 0.11 | 288.48 | 0.74 | 0.6 |
| Hex | C7 | 4D | E4 | D | 42 | 0 | B | 120 | 4A | 3C |
| Octal | 307 | 115 | 344 | 15 | 102 | 0 | 13 | 440 | 112 | 74 |
| Binary | 11000111 | 1001101 | 11100100 | 1101 | 1000010 | 0 | 1011 | 100100000 | 1001010 | 111100 |
Color Harmonies of #C74DE4
Complementary color
Monochromatic Colors of #C74DE4
Black with #C74DE4
Text Example
Text Example
White with #C74DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74DE4; }
p { color: rgb(199,77,228); }
H1.HeaderClassName
{
color: #C74DE4;
}
.AnyTagClassName
{
color: #C74DE4;
}
</style>
background-color css
<style>
a { background-color: #C74DE4; }
a { background-color: rgb(199,77,228); }
div.DivClassName
{
background-color: #C74DE4;
}
.BgClassName
{
background-color: #C74DE4;
}
</style>
border-color css
<style>
span { border-color: #C74DE4; }
span { border-color: rgb(199,77,228); }
td.TdClassName
{
border-color: #C74DE4;
}
.TagClassName
{
border-color: #C74DE4;
}
</style>