Shades of Medium Orchid #C246FB
Tints of Medium Orchid #C246FB
RGB
CMYK
RGB Variations
Color information
#C246FB (or 0xC246FB) is known color: Medium Orchid. HEX triplet: C2, 46 and FB. RGB value is (194,70,251). Sum of RGB (Red+Green+Blue) = 194+70+251=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 70 (27.73% from 255 or 13.59% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #C246FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C246FB is #3DB904. Grayscale: #7F7F7F. Windows color (decimal): -4045061 or 16467650. OLE color: 16467650.
HSL color Cylindrical-coordinate representation of color #C246FB: hue angle of 281.1º degrees, saturation: 0.96, 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 #C246FB is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 70 | 251 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.02 |
| HSL | 281.11º | 0.96% | 0.63% | - |
| HSV(B) | 281.11º | 0.72% | 0.98% | - |
| XYZ | 41.85 | 22.81 | 93.46 | - |
| YUV | 127.71 | 197.58 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 251 | 0.23 | 0.72 | 0 | 0.02 | 281.11 | 0.96 | 0.63 |
| Hex | C2 | 46 | FB | 17 | 48 | 0 | 2 | 119 | 60 | 3F |
| Octal | 302 | 106 | 373 | 27 | 110 | 0 | 2 | 431 | 140 | 77 |
| Binary | 11000010 | 1000110 | 11111011 | 10111 | 1001000 | 0 | 10 | 100011001 | 1100000 | 111111 |
Color Harmonies of #C246FB
Complementary color
Monochromatic Colors of #C246FB
Black with #C246FB
Text Example
Text Example
White with #C246FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C246FB; }
p { color: rgb(194,70,251); }
H1.HeaderClassName
{
color: #C246FB;
}
.AnyTagClassName
{
color: #C246FB;
}
</style>
background-color css
<style>
a { background-color: #C246FB; }
a { background-color: rgb(194,70,251); }
div.DivClassName
{
background-color: #C246FB;
}
.BgClassName
{
background-color: #C246FB;
}
</style>
border-color css
<style>
span { border-color: #C246FB; }
span { border-color: rgb(194,70,251); }
td.TdClassName
{
border-color: #C246FB;
}
.TagClassName
{
border-color: #C246FB;
}
</style>