Shades of Medium Orchid #C246F3
Tints of Medium Orchid #C246F3
RGB
CMYK
RGB Variations
Color information
#C246F3 (or 0xC246F3) is known color: Medium Orchid. HEX triplet: C2, 46 and F3. RGB value is (194,70,243). Sum of RGB (Red+Green+Blue) = 194+70+243=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 70 (27.73% from 255 or 13.81% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 243 - color contains mainly: blue. Hex color #C246F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C246F3 is #3DB90C. Grayscale: #7E7E7E. Windows color (decimal): -4045069 or 15943362. OLE color: 15943362.
HSL color Cylindrical-coordinate representation of color #C246F3: hue angle of 283.01º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C246F3 is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 70 | 243 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.05 |
| HSL | 283.01º | 0.88% | 0.61% | - |
| HSV(B) | 283.01º | 0.71% | 0.95% | - |
| XYZ | 40.62 | 22.32 | 86.96 | - |
| YUV | 126.8 | 193.58 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 243 | 0.20 | 0.71 | 0 | 0.05 | 283.01 | 0.88 | 0.61 |
| Hex | C2 | 46 | F3 | 14 | 47 | 0 | 5 | 11B | 58 | 3D |
| Octal | 302 | 106 | 363 | 24 | 107 | 0 | 5 | 433 | 130 | 75 |
| Binary | 11000010 | 1000110 | 11110011 | 10100 | 1000111 | 0 | 101 | 100011011 | 1011000 | 111101 |
Color Harmonies of #C246F3
Complementary color
Monochromatic Colors of #C246F3
Black with #C246F3
Text Example
Text Example
White with #C246F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C246F3; }
p { color: rgb(194,70,243); }
H1.HeaderClassName
{
color: #C246F3;
}
.AnyTagClassName
{
color: #C246F3;
}
</style>
background-color css
<style>
a { background-color: #C246F3; }
a { background-color: rgb(194,70,243); }
div.DivClassName
{
background-color: #C246F3;
}
.BgClassName
{
background-color: #C246F3;
}
</style>
border-color css
<style>
span { border-color: #C246F3; }
span { border-color: rgb(194,70,243); }
td.TdClassName
{
border-color: #C246F3;
}
.TagClassName
{
border-color: #C246F3;
}
</style>