Shades of Medium Orchid #C047DF
Tints of Medium Orchid #C047DF
RGB
CMYK
RGB Variations
Color information
#C047DF (or 0xC047DF) is known color: Medium Orchid. HEX triplet: C0, 47 and DF. RGB value is (192,71,223). Sum of RGB (Red+Green+Blue) = 192+71+223=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #C047DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C047DF is #3FB820. Grayscale: #7C7C7C. Windows color (decimal): -4175905 or 14632896. OLE color: 14632896.
HSL color Cylindrical-coordinate representation of color #C047DF: hue angle of 287.76º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C047DF is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 71 | 223 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.13 |
| HSL | 287.76º | 0.7% | 0.58% | - |
| HSV(B) | 287.76º | 0.68% | 0.87% | - |
| XYZ | 37.31 | 21.04 | 71.91 | - |
| YUV | 124.51 | 183.59 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 223 | 0.14 | 0.68 | 0 | 0.13 | 287.76 | 0.7 | 0.58 |
| Hex | C0 | 47 | DF | E | 44 | 0 | D | 120 | 46 | 3A |
| Octal | 300 | 107 | 337 | 16 | 104 | 0 | 15 | 440 | 106 | 72 |
| Binary | 11000000 | 1000111 | 11011111 | 1110 | 1000100 | 0 | 1101 | 100100000 | 1000110 | 111010 |
Color Harmonies of #C047DF
Complementary color
Monochromatic Colors of #C047DF
Black with #C047DF
Text Example
Text Example
White with #C047DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C047DF; }
p { color: rgb(192,71,223); }
H1.HeaderClassName
{
color: #C047DF;
}
.AnyTagClassName
{
color: #C047DF;
}
</style>
background-color css
<style>
a { background-color: #C047DF; }
a { background-color: rgb(192,71,223); }
div.DivClassName
{
background-color: #C047DF;
}
.BgClassName
{
background-color: #C047DF;
}
</style>
border-color css
<style>
span { border-color: #C047DF; }
span { border-color: rgb(192,71,223); }
td.TdClassName
{
border-color: #C047DF;
}
.TagClassName
{
border-color: #C047DF;
}
</style>