Shades of Medium Orchid #C047CE
Tints of Medium Orchid #C047CE
RGB
CMYK
RGB Variations
Color information
#C047CE (or 0xC047CE) is known color: Medium Orchid. HEX triplet: C0, 47 and CE. RGB value is (192,71,206). Sum of RGB (Red+Green+Blue) = 192+71+206=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #C047CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C047CE is #3FB831. Grayscale: #7A7A7A. Windows color (decimal): -4175922 or 13518784. OLE color: 13518784.
HSL color Cylindrical-coordinate representation of color #C047CE: hue angle of 293.78º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C047CE is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 71 | 206 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.19 |
| HSL | 293.78º | 0.58% | 0.54% | - |
| HSV(B) | 293.78º | 0.66% | 0.81% | - |
| XYZ | 35.13 | 20.17 | 60.43 | - |
| YUV | 122.57 | 175.09 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 206 | 0.07 | 0.66 | 0 | 0.19 | 293.78 | 0.58 | 0.54 |
| Hex | C0 | 47 | CE | 7 | 42 | 0 | 13 | 126 | 3A | 36 |
| Octal | 300 | 107 | 316 | 7 | 102 | 0 | 23 | 446 | 72 | 66 |
| Binary | 11000000 | 1000111 | 11001110 | 111 | 1000010 | 0 | 10011 | 100100110 | 111010 | 110110 |
Color Harmonies of #C047CE
Complementary color
Monochromatic Colors of #C047CE
Black with #C047CE
Text Example
Text Example
White with #C047CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C047CE; }
p { color: rgb(192,71,206); }
H1.HeaderClassName
{
color: #C047CE;
}
.AnyTagClassName
{
color: #C047CE;
}
</style>
background-color css
<style>
a { background-color: #C047CE; }
a { background-color: rgb(192,71,206); }
div.DivClassName
{
background-color: #C047CE;
}
.BgClassName
{
background-color: #C047CE;
}
</style>
border-color css
<style>
span { border-color: #C047CE; }
span { border-color: rgb(192,71,206); }
td.TdClassName
{
border-color: #C047CE;
}
.TagClassName
{
border-color: #C047CE;
}
</style>