Shades of Medium Orchid #C047D6
Tints of Medium Orchid #C047D6
RGB
CMYK
RGB Variations
Color information
#C047D6 (or 0xC047D6) is known color: Medium Orchid. HEX triplet: C0, 47 and D6. RGB value is (192,71,214). Sum of RGB (Red+Green+Blue) = 192+71+214=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 71 (28.12% from 255 or 14.88% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 214 - color contains mainly: blue. Hex color #C047D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C047D6 is #3FB829. Grayscale: #7B7B7B. Windows color (decimal): -4175914 or 14043072. OLE color: 14043072.
HSL color Cylindrical-coordinate representation of color #C047D6: hue angle of 290.77º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C047D6 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 71 | 214 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.16 |
| HSL | 290.77º | 0.64% | 0.56% | - |
| HSV(B) | 290.77º | 0.67% | 0.84% | - |
| XYZ | 36.13 | 20.57 | 65.68 | - |
| YUV | 123.48 | 179.09 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 214 | 0.10 | 0.67 | 0 | 0.16 | 290.77 | 0.64 | 0.56 |
| Hex | C0 | 47 | D6 | A | 43 | 0 | 10 | 123 | 40 | 38 |
| Octal | 300 | 107 | 326 | 12 | 103 | 0 | 20 | 443 | 100 | 70 |
| Binary | 11000000 | 1000111 | 11010110 | 1010 | 1000011 | 0 | 10000 | 100100011 | 1000000 | 111000 |
Color Harmonies of #C047D6
Complementary color
Monochromatic Colors of #C047D6
Black with #C047D6
Text Example
Text Example
White with #C047D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C047D6; }
p { color: rgb(192,71,214); }
H1.HeaderClassName
{
color: #C047D6;
}
.AnyTagClassName
{
color: #C047D6;
}
</style>
background-color css
<style>
a { background-color: #C047D6; }
a { background-color: rgb(192,71,214); }
div.DivClassName
{
background-color: #C047D6;
}
.BgClassName
{
background-color: #C047D6;
}
</style>
border-color css
<style>
span { border-color: #C047D6; }
span { border-color: rgb(192,71,214); }
td.TdClassName
{
border-color: #C047D6;
}
.TagClassName
{
border-color: #C047D6;
}
</style>