Shades of Medium Orchid #C246FC
Tints of Medium Orchid #C246FC
RGB
CMYK
RGB Variations
Color information
#C246FC (or 0xC246FC) is known color: Medium Orchid. HEX triplet: C2, 46 and FC. RGB value is (194,70,252). Sum of RGB (Red+Green+Blue) = 194+70+252=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 70 (27.73% from 255 or 13.57% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #C246FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C246FC is #3DB903. Grayscale: #7F7F7F. Windows color (decimal): -4045060 or 16533186. OLE color: 16533186.
HSL color Cylindrical-coordinate representation of color #C246FC: hue angle of 280.88º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C246FC is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 70 | 252 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.01 |
| HSL | 280.88º | 0.97% | 0.63% | - |
| HSV(B) | 280.88º | 0.72% | 0.99% | - |
| XYZ | 42.01 | 22.88 | 94.3 | - |
| YUV | 127.82 | 198.08 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 252 | 0.23 | 0.72 | 0 | 0.01 | 280.88 | 0.97 | 0.63 |
| Hex | C2 | 46 | FC | 17 | 48 | 0 | 1 | 119 | 61 | 3F |
| Octal | 302 | 106 | 374 | 27 | 110 | 0 | 1 | 431 | 141 | 77 |
| Binary | 11000010 | 1000110 | 11111100 | 10111 | 1001000 | 0 | 1 | 100011001 | 1100001 | 111111 |
Color Harmonies of #C246FC
Complementary color
Monochromatic Colors of #C246FC
Black with #C246FC
Text Example
Text Example
White with #C246FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C246FC; }
p { color: rgb(194,70,252); }
H1.HeaderClassName
{
color: #C246FC;
}
.AnyTagClassName
{
color: #C246FC;
}
</style>
background-color css
<style>
a { background-color: #C246FC; }
a { background-color: rgb(194,70,252); }
div.DivClassName
{
background-color: #C246FC;
}
.BgClassName
{
background-color: #C246FC;
}
</style>
border-color css
<style>
span { border-color: #C246FC; }
span { border-color: rgb(194,70,252); }
td.TdClassName
{
border-color: #C246FC;
}
.TagClassName
{
border-color: #C246FC;
}
</style>