Shades of Medium Orchid #C047FB
Tints of Medium Orchid #C047FB
RGB
CMYK
RGB Variations
Color information
#C047FB (or 0xC047FB) is known color: Medium Orchid. HEX triplet: C0, 47 and FB. RGB value is (192,71,251). Sum of RGB (Red+Green+Blue) = 192+71+251=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 71 (28.12% from 255 or 13.81% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #C047FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C047FB is #3FB804. Grayscale: #7F7F7F. Windows color (decimal): -4175877 or 16467904. OLE color: 16467904.
HSL color Cylindrical-coordinate representation of color #C047FB: hue angle of 280.33º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C047FB is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 71 | 251 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.02 |
| HSL | 280.33º | 0.96% | 0.63% | - |
| HSV(B) | 280.33º | 0.72% | 0.98% | - |
| XYZ | 41.4 | 22.68 | 93.46 | - |
| YUV | 127.7 | 197.59 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 251 | 0.24 | 0.72 | 0 | 0.02 | 280.33 | 0.96 | 0.63 |
| Hex | C0 | 47 | FB | 18 | 48 | 0 | 2 | 118 | 60 | 3F |
| Octal | 300 | 107 | 373 | 30 | 110 | 0 | 2 | 430 | 140 | 77 |
| Binary | 11000000 | 1000111 | 11111011 | 11000 | 1001000 | 0 | 10 | 100011000 | 1100000 | 111111 |
Color Harmonies of #C047FB
Complementary color
Monochromatic Colors of #C047FB
Black with #C047FB
Text Example
Text Example
White with #C047FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C047FB; }
p { color: rgb(192,71,251); }
H1.HeaderClassName
{
color: #C047FB;
}
.AnyTagClassName
{
color: #C047FB;
}
</style>
background-color css
<style>
a { background-color: #C047FB; }
a { background-color: rgb(192,71,251); }
div.DivClassName
{
background-color: #C047FB;
}
.BgClassName
{
background-color: #C047FB;
}
</style>
border-color css
<style>
span { border-color: #C047FB; }
span { border-color: rgb(192,71,251); }
td.TdClassName
{
border-color: #C047FB;
}
.TagClassName
{
border-color: #C047FB;
}
</style>