Shades of Medium Orchid #C841F9
Tints of Medium Orchid #C841F9
RGB
CMYK
RGB Variations
Color information
#C841F9 (or 0xC841F9) is known color: Medium Orchid. HEX triplet: C8, 41 and F9. RGB value is (200,65,249). Sum of RGB (Red+Green+Blue) = 200+65+249=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 65 (25.78% from 255 or 12.65% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #C841F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C841F9 is #37BE06. Grayscale: #7D7D7D. Windows color (decimal): -3653127 or 16335304. OLE color: 16335304.
HSL color Cylindrical-coordinate representation of color #C841F9: hue angle of 284.02º 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 #C841F9 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 65 | 249 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.02 |
| HSL | 284.02º | 0.94% | 0.62% | - |
| HSV(B) | 284.02º | 0.74% | 0.98% | - |
| XYZ | 42.81 | 22.9 | 91.79 | - |
| YUV | 126.34 | 197.23 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 249 | 0.20 | 0.74 | 0 | 0.02 | 284.02 | 0.94 | 0.62 |
| Hex | C8 | 41 | F9 | 14 | 4A | 0 | 2 | 11C | 5E | 3E |
| Octal | 310 | 101 | 371 | 24 | 112 | 0 | 2 | 434 | 136 | 76 |
| Binary | 11001000 | 1000001 | 11111001 | 10100 | 1001010 | 0 | 10 | 100011100 | 1011110 | 111110 |
Color Harmonies of #C841F9
Complementary color
Monochromatic Colors of #C841F9
Black with #C841F9
Text Example
Text Example
White with #C841F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C841F9; }
p { color: rgb(200,65,249); }
H1.HeaderClassName
{
color: #C841F9;
}
.AnyTagClassName
{
color: #C841F9;
}
</style>
background-color css
<style>
a { background-color: #C841F9; }
a { background-color: rgb(200,65,249); }
div.DivClassName
{
background-color: #C841F9;
}
.BgClassName
{
background-color: #C841F9;
}
</style>
border-color css
<style>
span { border-color: #C841F9; }
span { border-color: rgb(200,65,249); }
td.TdClassName
{
border-color: #C841F9;
}
.TagClassName
{
border-color: #C841F9;
}
</style>