Shades of Medium Orchid #C047D4
Tints of Medium Orchid #C047D4
RGB
CMYK
RGB Variations
Color information
#C047D4 (or 0xC047D4) is known color: Medium Orchid. HEX triplet: C0, 47 and D4. RGB value is (192,71,212). Sum of RGB (Red+Green+Blue) = 192+71+212=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 71 (28.12% from 255 or 14.95% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 212 - color contains mainly: blue. Hex color #C047D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C047D4 is #3FB82B. Grayscale: #7A7A7A. Windows color (decimal): -4175916 or 13912000. OLE color: 13912000.
HSL color Cylindrical-coordinate representation of color #C047D4: hue angle of 291.49º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C047D4 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 71 | 212 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.17 |
| HSL | 291.49º | 0.62% | 0.55% | - |
| HSV(B) | 291.49º | 0.67% | 0.83% | - |
| XYZ | 35.88 | 20.47 | 64.35 | - |
| YUV | 123.25 | 178.09 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 212 | 0.09 | 0.67 | 0 | 0.17 | 291.49 | 0.62 | 0.55 |
| Hex | C0 | 47 | D4 | 9 | 43 | 0 | 11 | 123 | 3E | 37 |
| Octal | 300 | 107 | 324 | 11 | 103 | 0 | 21 | 443 | 76 | 67 |
| Binary | 11000000 | 1000111 | 11010100 | 1001 | 1000011 | 0 | 10001 | 100100011 | 111110 | 110111 |
Color Harmonies of #C047D4
Complementary color
Monochromatic Colors of #C047D4
Black with #C047D4
Text Example
Text Example
White with #C047D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C047D4; }
p { color: rgb(192,71,212); }
H1.HeaderClassName
{
color: #C047D4;
}
.AnyTagClassName
{
color: #C047D4;
}
</style>
background-color css
<style>
a { background-color: #C047D4; }
a { background-color: rgb(192,71,212); }
div.DivClassName
{
background-color: #C047D4;
}
.BgClassName
{
background-color: #C047D4;
}
</style>
border-color css
<style>
span { border-color: #C047D4; }
span { border-color: rgb(192,71,212); }
td.TdClassName
{
border-color: #C047D4;
}
.TagClassName
{
border-color: #C047D4;
}
</style>