Shades of Medium Orchid #C246FA
Tints of Medium Orchid #C246FA
RGB
CMYK
RGB Variations
Color information
#C246FA (or 0xC246FA) is known color: Medium Orchid. HEX triplet: C2, 46 and FA. RGB value is (194,70,250). Sum of RGB (Red+Green+Blue) = 194+70+250=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 70 (27.73% from 255 or 13.62% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #C246FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C246FA is #3DB905. Grayscale: #7F7F7F. Windows color (decimal): -4045062 or 16402114. OLE color: 16402114.
HSL color Cylindrical-coordinate representation of color #C246FA: hue angle of 281.33º degrees, saturation: 0.95, 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 #C246FA is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 70 | 250 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.02 |
| HSL | 281.33º | 0.95% | 0.63% | - |
| HSV(B) | 281.33º | 0.72% | 0.98% | - |
| XYZ | 41.69 | 22.75 | 92.64 | - |
| YUV | 127.6 | 197.08 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 250 | 0.22 | 0.72 | 0 | 0.02 | 281.33 | 0.95 | 0.63 |
| Hex | C2 | 46 | FA | 16 | 48 | 0 | 2 | 119 | 5F | 3F |
| Octal | 302 | 106 | 372 | 26 | 110 | 0 | 2 | 431 | 137 | 77 |
| Binary | 11000010 | 1000110 | 11111010 | 10110 | 1001000 | 0 | 10 | 100011001 | 1011111 | 111111 |
Color Harmonies of #C246FA
Complementary color
Monochromatic Colors of #C246FA
Black with #C246FA
Text Example
Text Example
White with #C246FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C246FA; }
p { color: rgb(194,70,250); }
H1.HeaderClassName
{
color: #C246FA;
}
.AnyTagClassName
{
color: #C246FA;
}
</style>
background-color css
<style>
a { background-color: #C246FA; }
a { background-color: rgb(194,70,250); }
div.DivClassName
{
background-color: #C246FA;
}
.BgClassName
{
background-color: #C246FA;
}
</style>
border-color css
<style>
span { border-color: #C246FA; }
span { border-color: rgb(194,70,250); }
td.TdClassName
{
border-color: #C246FA;
}
.TagClassName
{
border-color: #C246FA;
}
</style>