Shades of Medium Orchid #C047FD
Tints of Medium Orchid #C047FD
RGB
CMYK
RGB Variations
Color information
#C047FD (or 0xC047FD) is known color: Medium Orchid. HEX triplet: C0, 47 and FD. RGB value is (192,71,253). Sum of RGB (Red+Green+Blue) = 192+71+253=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 71 (28.12% from 255 or 13.76% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #C047FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C047FD is #3FB802. Grayscale: #7F7F7F. Windows color (decimal): -4175875 or 16598976. OLE color: 16598976.
HSL color Cylindrical-coordinate representation of color #C047FD: hue angle of 279.89º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C047FD is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 71 | 253 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.01 |
| HSL | 279.89º | 0.98% | 0.64% | - |
| HSV(B) | 279.89º | 0.72% | 0.99% | - |
| XYZ | 41.72 | 22.8 | 95.13 | - |
| YUV | 127.93 | 198.59 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 253 | 0.24 | 0.72 | 0 | 0.01 | 279.89 | 0.98 | 0.64 |
| Hex | C0 | 47 | FD | 18 | 48 | 0 | 1 | 118 | 62 | 40 |
| Octal | 300 | 107 | 375 | 30 | 110 | 0 | 1 | 430 | 142 | 100 |
| Binary | 11000000 | 1000111 | 11111101 | 11000 | 1001000 | 0 | 1 | 100011000 | 1100010 | 1000000 |
Color Harmonies of #C047FD
Complementary color
Monochromatic Colors of #C047FD
Black with #C047FD
Text Example
Text Example
White with #C047FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C047FD; }
p { color: rgb(192,71,253); }
H1.HeaderClassName
{
color: #C047FD;
}
.AnyTagClassName
{
color: #C047FD;
}
</style>
background-color css
<style>
a { background-color: #C047FD; }
a { background-color: rgb(192,71,253); }
div.DivClassName
{
background-color: #C047FD;
}
.BgClassName
{
background-color: #C047FD;
}
</style>
border-color css
<style>
span { border-color: #C047FD; }
span { border-color: rgb(192,71,253); }
td.TdClassName
{
border-color: #C047FD;
}
.TagClassName
{
border-color: #C047FD;
}
</style>