Shades of Medium Orchid #C04FD9
Tints of Medium Orchid #C04FD9
RGB
CMYK
RGB Variations
Color information
#C04FD9 (or 0xC04FD9) is known color: Medium Orchid. HEX triplet: C0, 4F and D9. RGB value is (192,79,217). Sum of RGB (Red+Green+Blue) = 192+79+217=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 79 (31.25% from 255 or 16.19% from 488); Blue value is 217 (85.16% from 255 or 44.47% from 488); Max value from RGB is 217 - color contains mainly: blue. Hex color #C04FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04FD9 is #3FB026. Grayscale: #808080. Windows color (decimal): -4173863 or 14241728. OLE color: 14241728.
HSL color Cylindrical-coordinate representation of color #C04FD9: hue angle of 289.13º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04FD9 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 79 | 217 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.15 |
| HSL | 289.13º | 0.64% | 0.58% | - |
| HSV(B) | 289.13º | 0.64% | 0.85% | - |
| XYZ | 37.06 | 21.81 | 67.9 | - |
| YUV | 128.52 | 177.94 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 217 | 0.12 | 0.64 | 0 | 0.15 | 289.13 | 0.64 | 0.58 |
| Hex | C0 | 4F | D9 | C | 40 | 0 | F | 121 | 40 | 3A |
| Octal | 300 | 117 | 331 | 14 | 100 | 0 | 17 | 441 | 100 | 72 |
| Binary | 11000000 | 1001111 | 11011001 | 1100 | 1000000 | 0 | 1111 | 100100001 | 1000000 | 111010 |
Color Harmonies of #C04FD9
Complementary color
Monochromatic Colors of #C04FD9
Black with #C04FD9
Text Example
Text Example
White with #C04FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FD9; }
p { color: rgb(192,79,217); }
H1.HeaderClassName
{
color: #C04FD9;
}
.AnyTagClassName
{
color: #C04FD9;
}
</style>
background-color css
<style>
a { background-color: #C04FD9; }
a { background-color: rgb(192,79,217); }
div.DivClassName
{
background-color: #C04FD9;
}
.BgClassName
{
background-color: #C04FD9;
}
</style>
border-color css
<style>
span { border-color: #C04FD9; }
span { border-color: rgb(192,79,217); }
td.TdClassName
{
border-color: #C04FD9;
}
.TagClassName
{
border-color: #C04FD9;
}
</style>