Shades of Medium Orchid #C74AE4
Tints of Medium Orchid #C74AE4
RGB
CMYK
RGB Variations
Color information
#C74AE4 (or 0xC74AE4) is known color: Medium Orchid. HEX triplet: C7, 4A and E4. RGB value is (199,74,228). Sum of RGB (Red+Green+Blue) = 199+74+228=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 74 (29.30% from 255 or 14.77% from 501); Blue value is 228 (89.45% from 255 or 45.51% from 501); Max value from RGB is 228 - color contains mainly: blue. Hex color #C74AE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74AE4 is #38B51B. Grayscale: #808080. Windows color (decimal): -3716380 or 14961351. OLE color: 14961351.
HSL color Cylindrical-coordinate representation of color #C74AE4: hue angle of 288.7º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C74AE4 is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 74 | 228 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.11 |
| HSL | 288.7º | 0.74% | 0.59% | - |
| HSV(B) | 288.7º | 0.68% | 0.89% | - |
| XYZ | 40.01 | 22.64 | 75.66 | - |
| YUV | 128.93 | 183.91 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 228 | 0.13 | 0.68 | 0 | 0.11 | 288.7 | 0.74 | 0.59 |
| Hex | C7 | 4A | E4 | D | 44 | 0 | B | 121 | 4A | 3B |
| Octal | 307 | 112 | 344 | 15 | 104 | 0 | 13 | 441 | 112 | 73 |
| Binary | 11000111 | 1001010 | 11100100 | 1101 | 1000100 | 0 | 1011 | 100100001 | 1001010 | 111011 |
Color Harmonies of #C74AE4
Complementary color
Monochromatic Colors of #C74AE4
Black with #C74AE4
Text Example
Text Example
White with #C74AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74AE4; }
p { color: rgb(199,74,228); }
H1.HeaderClassName
{
color: #C74AE4;
}
.AnyTagClassName
{
color: #C74AE4;
}
</style>
background-color css
<style>
a { background-color: #C74AE4; }
a { background-color: rgb(199,74,228); }
div.DivClassName
{
background-color: #C74AE4;
}
.BgClassName
{
background-color: #C74AE4;
}
</style>
border-color css
<style>
span { border-color: #C74AE4; }
span { border-color: rgb(199,74,228); }
td.TdClassName
{
border-color: #C74AE4;
}
.TagClassName
{
border-color: #C74AE4;
}
</style>