Shades of Medium Orchid #C43EF0
Tints of Medium Orchid #C43EF0
RGB
CMYK
RGB Variations
Color information
#C43EF0 (or 0xC43EF0) is known color: Medium Orchid. HEX triplet: C4, 3E and F0. RGB value is (196,62,240). Sum of RGB (Red+Green+Blue) = 196+62+240=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 62 (24.61% from 255 or 12.45% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #C43EF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43EF0 is #3BC10F. Grayscale: #797979. Windows color (decimal): -3916048 or 15744708. OLE color: 15744708.
HSL color Cylindrical-coordinate representation of color #C43EF0: hue angle of 285.17º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43EF0 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 62 | 240 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.06 |
| HSL | 285.17º | 0.86% | 0.59% | - |
| HSV(B) | 285.17º | 0.74% | 0.94% | - |
| XYZ | 40.22 | 21.47 | 84.46 | - |
| YUV | 122.36 | 194.39 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 240 | 0.18 | 0.74 | 0 | 0.06 | 285.17 | 0.86 | 0.59 |
| Hex | C4 | 3E | F0 | 12 | 4A | 0 | 6 | 11D | 56 | 3B |
| Octal | 304 | 76 | 360 | 22 | 112 | 0 | 6 | 435 | 126 | 73 |
| Binary | 11000100 | 111110 | 11110000 | 10010 | 1001010 | 0 | 110 | 100011101 | 1010110 | 111011 |
Color Harmonies of #C43EF0
Complementary color
Monochromatic Colors of #C43EF0
Black with #C43EF0
Text Example
Text Example
White with #C43EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43EF0; }
p { color: rgb(196,62,240); }
H1.HeaderClassName
{
color: #C43EF0;
}
.AnyTagClassName
{
color: #C43EF0;
}
</style>
background-color css
<style>
a { background-color: #C43EF0; }
a { background-color: rgb(196,62,240); }
div.DivClassName
{
background-color: #C43EF0;
}
.BgClassName
{
background-color: #C43EF0;
}
</style>
border-color css
<style>
span { border-color: #C43EF0; }
span { border-color: rgb(196,62,240); }
td.TdClassName
{
border-color: #C43EF0;
}
.TagClassName
{
border-color: #C43EF0;
}
</style>