Shades of Medium Orchid #C041F9
Tints of Medium Orchid #C041F9
RGB
CMYK
RGB Variations
Color information
#C041F9 (or 0xC041F9) is known color: Medium Orchid. HEX triplet: C0, 41 and F9. RGB value is (192,65,249). Sum of RGB (Red+Green+Blue) = 192+65+249=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 65 (25.78% from 255 or 12.85% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 249 - color contains mainly: blue. Hex color #C041F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C041F9 is #3FBE06. Grayscale: #7B7B7B. Windows color (decimal): -4177415 or 16335296. OLE color: 16335296.
HSL color Cylindrical-coordinate representation of color #C041F9: hue angle of 281.41º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C041F9 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 65 | 249 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.02 |
| HSL | 281.41º | 0.94% | 0.62% | - |
| HSV(B) | 281.41º | 0.74% | 0.98% | - |
| XYZ | 40.73 | 21.83 | 91.69 | - |
| YUV | 123.95 | 198.58 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 249 | 0.23 | 0.74 | 0 | 0.02 | 281.41 | 0.94 | 0.62 |
| Hex | C0 | 41 | F9 | 17 | 4A | 0 | 2 | 119 | 5E | 3E |
| Octal | 300 | 101 | 371 | 27 | 112 | 0 | 2 | 431 | 136 | 76 |
| Binary | 11000000 | 1000001 | 11111001 | 10111 | 1001010 | 0 | 10 | 100011001 | 1011110 | 111110 |
Color Harmonies of #C041F9
Complementary color
Monochromatic Colors of #C041F9
Black with #C041F9
Text Example
Text Example
White with #C041F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C041F9; }
p { color: rgb(192,65,249); }
H1.HeaderClassName
{
color: #C041F9;
}
.AnyTagClassName
{
color: #C041F9;
}
</style>
background-color css
<style>
a { background-color: #C041F9; }
a { background-color: rgb(192,65,249); }
div.DivClassName
{
background-color: #C041F9;
}
.BgClassName
{
background-color: #C041F9;
}
</style>
border-color css
<style>
span { border-color: #C041F9; }
span { border-color: rgb(192,65,249); }
td.TdClassName
{
border-color: #C041F9;
}
.TagClassName
{
border-color: #C041F9;
}
</style>