Shades of Medium Orchid #C047F9
Tints of Medium Orchid #C047F9
RGB
CMYK
RGB Variations
Color information
#C047F9 (or 0xC047F9) is known color: Medium Orchid. HEX triplet: C0, 47 and F9. RGB value is (192,71,249). Sum of RGB (Red+Green+Blue) = 192+71+249=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 71 (28.12% from 255 or 13.87% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #C047F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C047F9 is #3FB806. Grayscale: #7E7E7E. Windows color (decimal): -4175879 or 16336832. OLE color: 16336832.
HSL color Cylindrical-coordinate representation of color #C047F9: hue angle of 280.79º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C047F9 is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 71 | 249 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.02 |
| HSL | 280.79º | 0.94% | 0.63% | - |
| HSV(B) | 280.79º | 0.71% | 0.98% | - |
| XYZ | 41.09 | 22.55 | 91.81 | - |
| YUV | 127.47 | 196.59 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 249 | 0.23 | 0.71 | 0 | 0.02 | 280.79 | 0.94 | 0.63 |
| Hex | C0 | 47 | F9 | 17 | 47 | 0 | 2 | 119 | 5E | 3F |
| Octal | 300 | 107 | 371 | 27 | 107 | 0 | 2 | 431 | 136 | 77 |
| Binary | 11000000 | 1000111 | 11111001 | 10111 | 1000111 | 0 | 10 | 100011001 | 1011110 | 111111 |
Color Harmonies of #C047F9
Complementary color
Monochromatic Colors of #C047F9
Black with #C047F9
Text Example
Text Example
White with #C047F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C047F9; }
p { color: rgb(192,71,249); }
H1.HeaderClassName
{
color: #C047F9;
}
.AnyTagClassName
{
color: #C047F9;
}
</style>
background-color css
<style>
a { background-color: #C047F9; }
a { background-color: rgb(192,71,249); }
div.DivClassName
{
background-color: #C047F9;
}
.BgClassName
{
background-color: #C047F9;
}
</style>
border-color css
<style>
span { border-color: #C047F9; }
span { border-color: rgb(192,71,249); }
td.TdClassName
{
border-color: #C047F9;
}
.TagClassName
{
border-color: #C047F9;
}
</style>