Shades of Medium Orchid #C047F3
Tints of Medium Orchid #C047F3
RGB
CMYK
RGB Variations
Color information
#C047F3 (or 0xC047F3) is known color: Medium Orchid. HEX triplet: C0, 47 and F3. RGB value is (192,71,243). Sum of RGB (Red+Green+Blue) = 192+71+243=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 71 (28.12% from 255 or 14.03% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 243 - color contains mainly: blue. Hex color #C047F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C047F3 is #3FB80C. Grayscale: #7E7E7E. Windows color (decimal): -4175885 or 15943616. OLE color: 15943616.
HSL color Cylindrical-coordinate representation of color #C047F3: hue angle of 282.21º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C047F3 is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 71 | 243 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.05 |
| HSL | 282.21º | 0.88% | 0.62% | - |
| HSV(B) | 282.21º | 0.71% | 0.95% | - |
| XYZ | 40.17 | 22.18 | 86.96 | - |
| YUV | 126.79 | 193.59 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 243 | 0.21 | 0.71 | 0 | 0.05 | 282.21 | 0.88 | 0.62 |
| Hex | C0 | 47 | F3 | 15 | 47 | 0 | 5 | 11A | 58 | 3E |
| Octal | 300 | 107 | 363 | 25 | 107 | 0 | 5 | 432 | 130 | 76 |
| Binary | 11000000 | 1000111 | 11110011 | 10101 | 1000111 | 0 | 101 | 100011010 | 1011000 | 111110 |
Color Harmonies of #C047F3
Complementary color
Monochromatic Colors of #C047F3
Black with #C047F3
Text Example
Text Example
White with #C047F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C047F3; }
p { color: rgb(192,71,243); }
H1.HeaderClassName
{
color: #C047F3;
}
.AnyTagClassName
{
color: #C047F3;
}
</style>
background-color css
<style>
a { background-color: #C047F3; }
a { background-color: rgb(192,71,243); }
div.DivClassName
{
background-color: #C047F3;
}
.BgClassName
{
background-color: #C047F3;
}
</style>
border-color css
<style>
span { border-color: #C047F3; }
span { border-color: rgb(192,71,243); }
td.TdClassName
{
border-color: #C047F3;
}
.TagClassName
{
border-color: #C047F3;
}
</style>