Shades of Medium Orchid #C047EE
Tints of Medium Orchid #C047EE
RGB
CMYK
RGB Variations
Color information
#C047EE (or 0xC047EE) is known color: Medium Orchid. HEX triplet: C0, 47 and EE. RGB value is (192,71,238). Sum of RGB (Red+Green+Blue) = 192+71+238=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 71 (28.12% from 255 or 14.17% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #C047EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C047EE is #3FB811. Grayscale: #7D7D7D. Windows color (decimal): -4175890 or 15615936. OLE color: 15615936.
HSL color Cylindrical-coordinate representation of color #C047EE: hue angle of 283.47º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C047EE is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 71 | 238 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.07 |
| HSL | 283.47º | 0.83% | 0.61% | - |
| HSV(B) | 283.47º | 0.7% | 0.93% | - |
| XYZ | 39.42 | 21.89 | 83.04 | - |
| YUV | 126.22 | 191.09 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 238 | 0.19 | 0.70 | 0 | 0.07 | 283.47 | 0.83 | 0.61 |
| Hex | C0 | 47 | EE | 13 | 46 | 0 | 7 | 11B | 53 | 3D |
| Octal | 300 | 107 | 356 | 23 | 106 | 0 | 7 | 433 | 123 | 75 |
| Binary | 11000000 | 1000111 | 11101110 | 10011 | 1000110 | 0 | 111 | 100011011 | 1010011 | 111101 |
Color Harmonies of #C047EE
Complementary color
Monochromatic Colors of #C047EE
Black with #C047EE
Text Example
Text Example
White with #C047EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C047EE; }
p { color: rgb(192,71,238); }
H1.HeaderClassName
{
color: #C047EE;
}
.AnyTagClassName
{
color: #C047EE;
}
</style>
background-color css
<style>
a { background-color: #C047EE; }
a { background-color: rgb(192,71,238); }
div.DivClassName
{
background-color: #C047EE;
}
.BgClassName
{
background-color: #C047EE;
}
</style>
border-color css
<style>
span { border-color: #C047EE; }
span { border-color: rgb(192,71,238); }
td.TdClassName
{
border-color: #C047EE;
}
.TagClassName
{
border-color: #C047EE;
}
</style>