Shades of Medium Orchid #C43FEC
Tints of Medium Orchid #C43FEC
RGB
CMYK
RGB Variations
Color information
#C43FEC (or 0xC43FEC) is known color: Medium Orchid. HEX triplet: C4, 3F and EC. RGB value is (196,63,236). Sum of RGB (Red+Green+Blue) = 196+63+236=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 63 (25% from 255 or 12.73% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #C43FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43FEC is #3BC013. Grayscale: #797979. Windows color (decimal): -3915796 or 15482820. OLE color: 15482820.
HSL color Cylindrical-coordinate representation of color #C43FEC: hue angle of 286.13º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C43FEC is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 63 | 236 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.07 |
| HSL | 286.13º | 0.82% | 0.59% | - |
| HSV(B) | 286.13º | 0.73% | 0.93% | - |
| XYZ | 39.68 | 21.35 | 81.39 | - |
| YUV | 122.49 | 192.06 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 236 | 0.17 | 0.73 | 0 | 0.07 | 286.13 | 0.82 | 0.59 |
| Hex | C4 | 3F | EC | 11 | 49 | 0 | 7 | 11E | 52 | 3B |
| Octal | 304 | 77 | 354 | 21 | 111 | 0 | 7 | 436 | 122 | 73 |
| Binary | 11000100 | 111111 | 11101100 | 10001 | 1001001 | 0 | 111 | 100011110 | 1010010 | 111011 |
Color Harmonies of #C43FEC
Complementary color
Monochromatic Colors of #C43FEC
Black with #C43FEC
Text Example
Text Example
White with #C43FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43FEC; }
p { color: rgb(196,63,236); }
H1.HeaderClassName
{
color: #C43FEC;
}
.AnyTagClassName
{
color: #C43FEC;
}
</style>
background-color css
<style>
a { background-color: #C43FEC; }
a { background-color: rgb(196,63,236); }
div.DivClassName
{
background-color: #C43FEC;
}
.BgClassName
{
background-color: #C43FEC;
}
</style>
border-color css
<style>
span { border-color: #C43FEC; }
span { border-color: rgb(196,63,236); }
td.TdClassName
{
border-color: #C43FEC;
}
.TagClassName
{
border-color: #C43FEC;
}
</style>