Shades of Medium Orchid #C044F9
Tints of Medium Orchid #C044F9
RGB
CMYK
RGB Variations
Color information
#C044F9 (or 0xC044F9) is known color: Medium Orchid. HEX triplet: C0, 44 and F9. RGB value is (192,68,249). Sum of RGB (Red+Green+Blue) = 192+68+249=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 68 (26.95% from 255 or 13.36% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #C044F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C044F9 is #3FBB06. Grayscale: #7D7D7D. Windows color (decimal): -4176647 or 16336064. OLE color: 16336064.
HSL color Cylindrical-coordinate representation of color #C044F9: hue angle of 281.1º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C044F9 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 68 | 249 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.02 |
| HSL | 281.11º | 0.94% | 0.62% | - |
| HSV(B) | 281.11º | 0.73% | 0.98% | - |
| XYZ | 40.9 | 22.18 | 91.75 | - |
| YUV | 125.71 | 197.58 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 249 | 0.23 | 0.73 | 0 | 0.02 | 281.11 | 0.94 | 0.62 |
| Hex | C0 | 44 | F9 | 17 | 49 | 0 | 2 | 119 | 5E | 3E |
| Octal | 300 | 104 | 371 | 27 | 111 | 0 | 2 | 431 | 136 | 76 |
| Binary | 11000000 | 1000100 | 11111001 | 10111 | 1001001 | 0 | 10 | 100011001 | 1011110 | 111110 |
Color Harmonies of #C044F9
Complementary color
Monochromatic Colors of #C044F9
Black with #C044F9
Text Example
Text Example
White with #C044F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C044F9; }
p { color: rgb(192,68,249); }
H1.HeaderClassName
{
color: #C044F9;
}
.AnyTagClassName
{
color: #C044F9;
}
</style>
background-color css
<style>
a { background-color: #C044F9; }
a { background-color: rgb(192,68,249); }
div.DivClassName
{
background-color: #C044F9;
}
.BgClassName
{
background-color: #C044F9;
}
</style>
border-color css
<style>
span { border-color: #C044F9; }
span { border-color: rgb(192,68,249); }
td.TdClassName
{
border-color: #C044F9;
}
.TagClassName
{
border-color: #C044F9;
}
</style>