Shades of Medium Orchid #C246F9
Tints of Medium Orchid #C246F9
RGB
CMYK
RGB Variations
Color information
#C246F9 (or 0xC246F9) is known color: Medium Orchid. HEX triplet: C2, 46 and F9. RGB value is (194,70,249). Sum of RGB (Red+Green+Blue) = 194+70+249=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 70 (27.73% from 255 or 13.65% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #C246F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C246F9 is #3DB906. Grayscale: #7E7E7E. Windows color (decimal): -4045063 or 16336578. OLE color: 16336578.
HSL color Cylindrical-coordinate representation of color #C246F9: hue angle of 281.56º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C246F9 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 70 | 249 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.02 |
| HSL | 281.56º | 0.94% | 0.63% | - |
| HSV(B) | 281.56º | 0.72% | 0.98% | - |
| XYZ | 41.54 | 22.69 | 91.81 | - |
| YUV | 127.48 | 196.58 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 249 | 0.22 | 0.72 | 0 | 0.02 | 281.56 | 0.94 | 0.63 |
| Hex | C2 | 46 | F9 | 16 | 48 | 0 | 2 | 11A | 5E | 3F |
| Octal | 302 | 106 | 371 | 26 | 110 | 0 | 2 | 432 | 136 | 77 |
| Binary | 11000010 | 1000110 | 11111001 | 10110 | 1001000 | 0 | 10 | 100011010 | 1011110 | 111111 |
Color Harmonies of #C246F9
Complementary color
Monochromatic Colors of #C246F9
Black with #C246F9
Text Example
Text Example
White with #C246F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C246F9; }
p { color: rgb(194,70,249); }
H1.HeaderClassName
{
color: #C246F9;
}
.AnyTagClassName
{
color: #C246F9;
}
</style>
background-color css
<style>
a { background-color: #C246F9; }
a { background-color: rgb(194,70,249); }
div.DivClassName
{
background-color: #C246F9;
}
.BgClassName
{
background-color: #C246F9;
}
</style>
border-color css
<style>
span { border-color: #C246F9; }
span { border-color: rgb(194,70,249); }
td.TdClassName
{
border-color: #C246F9;
}
.TagClassName
{
border-color: #C246F9;
}
</style>