Shades of Medium Orchid #C243F6
Tints of Medium Orchid #C243F6
RGB
CMYK
RGB Variations
Color information
#C243F6 (or 0xC243F6) is known color: Medium Orchid. HEX triplet: C2, 43 and F6. RGB value is (194,67,246). Sum of RGB (Red+Green+Blue) = 194+67+246=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 67 (26.56% from 255 or 13.21% from 507); Blue value is 246 (96.48% from 255 or 48.52% from 507); Max value from RGB is 246 - color contains mainly: blue. Hex color #C243F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C243F6 is #3DBC09. Grayscale: #7C7C7C. Windows color (decimal): -4045834 or 16139202. OLE color: 16139202.
HSL color Cylindrical-coordinate representation of color #C243F6: hue angle of 282.57º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C243F6 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 67 | 246 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.04 |
| HSL | 282.57º | 0.91% | 0.61% | - |
| HSV(B) | 282.57º | 0.73% | 0.96% | - |
| XYZ | 40.89 | 22.14 | 89.31 | - |
| YUV | 125.38 | 196.08 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 246 | 0.21 | 0.73 | 0 | 0.04 | 282.57 | 0.91 | 0.61 |
| Hex | C2 | 43 | F6 | 15 | 49 | 0 | 4 | 11B | 5B | 3D |
| Octal | 302 | 103 | 366 | 25 | 111 | 0 | 4 | 433 | 133 | 75 |
| Binary | 11000010 | 1000011 | 11110110 | 10101 | 1001001 | 0 | 100 | 100011011 | 1011011 | 111101 |
Color Harmonies of #C243F6
Complementary color
Monochromatic Colors of #C243F6
Black with #C243F6
Text Example
Text Example
White with #C243F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C243F6; }
p { color: rgb(194,67,246); }
H1.HeaderClassName
{
color: #C243F6;
}
.AnyTagClassName
{
color: #C243F6;
}
</style>
background-color css
<style>
a { background-color: #C243F6; }
a { background-color: rgb(194,67,246); }
div.DivClassName
{
background-color: #C243F6;
}
.BgClassName
{
background-color: #C243F6;
}
</style>
border-color css
<style>
span { border-color: #C243F6; }
span { border-color: rgb(194,67,246); }
td.TdClassName
{
border-color: #C243F6;
}
.TagClassName
{
border-color: #C243F6;
}
</style>