Shades of Medium Orchid #C047D5
Tints of Medium Orchid #C047D5
RGB
CMYK
RGB Variations
Color information
#C047D5 (or 0xC047D5) is known color: Medium Orchid. HEX triplet: C0, 47 and D5. RGB value is (192,71,213). Sum of RGB (Red+Green+Blue) = 192+71+213=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 71 (28.12% from 255 or 14.92% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 213 - color contains mainly: blue. Hex color #C047D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C047D5 is #3FB82A. Grayscale: #7A7A7A. Windows color (decimal): -4175915 or 13977536. OLE color: 13977536.
HSL color Cylindrical-coordinate representation of color #C047D5: hue angle of 291.13º degrees, saturation: 0.63, 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 #C047D5 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 71 | 213 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.16 |
| HSL | 291.13º | 0.63% | 0.56% | - |
| HSV(B) | 291.13º | 0.67% | 0.84% | - |
| XYZ | 36 | 20.52 | 65.01 | - |
| YUV | 123.37 | 178.59 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 213 | 0.10 | 0.67 | 0 | 0.16 | 291.13 | 0.63 | 0.56 |
| Hex | C0 | 47 | D5 | A | 43 | 0 | 10 | 123 | 3F | 38 |
| Octal | 300 | 107 | 325 | 12 | 103 | 0 | 20 | 443 | 77 | 70 |
| Binary | 11000000 | 1000111 | 11010101 | 1010 | 1000011 | 0 | 10000 | 100100011 | 111111 | 111000 |
Color Harmonies of #C047D5
Complementary color
Monochromatic Colors of #C047D5
Black with #C047D5
Text Example
Text Example
White with #C047D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C047D5; }
p { color: rgb(192,71,213); }
H1.HeaderClassName
{
color: #C047D5;
}
.AnyTagClassName
{
color: #C047D5;
}
</style>
background-color css
<style>
a { background-color: #C047D5; }
a { background-color: rgb(192,71,213); }
div.DivClassName
{
background-color: #C047D5;
}
.BgClassName
{
background-color: #C047D5;
}
</style>
border-color css
<style>
span { border-color: #C047D5; }
span { border-color: rgb(192,71,213); }
td.TdClassName
{
border-color: #C047D5;
}
.TagClassName
{
border-color: #C047D5;
}
</style>