Shades of Medium Orchid #C047EF
Tints of Medium Orchid #C047EF
RGB
CMYK
RGB Variations
Color information
#C047EF (or 0xC047EF) is known color: Medium Orchid. HEX triplet: C0, 47 and EF. RGB value is (192,71,239). Sum of RGB (Red+Green+Blue) = 192+71+239=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 71 (28.12% from 255 or 14.14% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #C047EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C047EF is #3FB810. Grayscale: #7D7D7D. Windows color (decimal): -4175889 or 15681472. OLE color: 15681472.
HSL color Cylindrical-coordinate representation of color #C047EF: hue angle of 283.21º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C047EF is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 71 | 239 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.06 |
| HSL | 283.21º | 0.84% | 0.61% | - |
| HSV(B) | 283.21º | 0.7% | 0.94% | - |
| XYZ | 39.57 | 21.94 | 83.81 | - |
| YUV | 126.33 | 191.59 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 239 | 0.20 | 0.70 | 0 | 0.06 | 283.21 | 0.84 | 0.61 |
| Hex | C0 | 47 | EF | 14 | 46 | 0 | 6 | 11B | 54 | 3D |
| Octal | 300 | 107 | 357 | 24 | 106 | 0 | 6 | 433 | 124 | 75 |
| Binary | 11000000 | 1000111 | 11101111 | 10100 | 1000110 | 0 | 110 | 100011011 | 1010100 | 111101 |
Color Harmonies of #C047EF
Complementary color
Monochromatic Colors of #C047EF
Black with #C047EF
Text Example
Text Example
White with #C047EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C047EF; }
p { color: rgb(192,71,239); }
H1.HeaderClassName
{
color: #C047EF;
}
.AnyTagClassName
{
color: #C047EF;
}
</style>
background-color css
<style>
a { background-color: #C047EF; }
a { background-color: rgb(192,71,239); }
div.DivClassName
{
background-color: #C047EF;
}
.BgClassName
{
background-color: #C047EF;
}
</style>
border-color css
<style>
span { border-color: #C047EF; }
span { border-color: rgb(192,71,239); }
td.TdClassName
{
border-color: #C047EF;
}
.TagClassName
{
border-color: #C047EF;
}
</style>