Shades of Medium Orchid #C74AEE
Tints of Medium Orchid #C74AEE
RGB
CMYK
RGB Variations
Color information
#C74AEE (or 0xC74AEE) is known color: Medium Orchid. HEX triplet: C7, 4A and EE. RGB value is (199,74,238). Sum of RGB (Red+Green+Blue) = 199+74+238=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 74 (29.30% from 255 or 14.48% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #C74AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C74AEE is #38B511. Grayscale: #818181. Windows color (decimal): -3716370 or 15616711. OLE color: 15616711.
HSL color Cylindrical-coordinate representation of color #C74AEE: hue angle of 285.73º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C74AEE is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 74 | 238 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.07 |
| HSL | 285.73º | 0.83% | 0.61% | - |
| HSV(B) | 285.73º | 0.69% | 0.93% | - |
| XYZ | 41.43 | 23.21 | 83.19 | - |
| YUV | 130.07 | 188.91 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 238 | 0.16 | 0.69 | 0 | 0.07 | 285.73 | 0.83 | 0.61 |
| Hex | C7 | 4A | EE | 10 | 45 | 0 | 7 | 11E | 53 | 3D |
| Octal | 307 | 112 | 356 | 20 | 105 | 0 | 7 | 436 | 123 | 75 |
| Binary | 11000111 | 1001010 | 11101110 | 10000 | 1000101 | 0 | 111 | 100011110 | 1010011 | 111101 |
Color Harmonies of #C74AEE
Complementary color
Monochromatic Colors of #C74AEE
Black with #C74AEE
Text Example
Text Example
White with #C74AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74AEE; }
p { color: rgb(199,74,238); }
H1.HeaderClassName
{
color: #C74AEE;
}
.AnyTagClassName
{
color: #C74AEE;
}
</style>
background-color css
<style>
a { background-color: #C74AEE; }
a { background-color: rgb(199,74,238); }
div.DivClassName
{
background-color: #C74AEE;
}
.BgClassName
{
background-color: #C74AEE;
}
</style>
border-color css
<style>
span { border-color: #C74AEE; }
span { border-color: rgb(199,74,238); }
td.TdClassName
{
border-color: #C74AEE;
}
.TagClassName
{
border-color: #C74AEE;
}
</style>