Shades of Medium Orchid #C43EF1
Tints of Medium Orchid #C43EF1
RGB
CMYK
RGB Variations
Color information
#C43EF1 (or 0xC43EF1) is known color: Medium Orchid. HEX triplet: C4, 3E and F1. RGB value is (196,62,241). Sum of RGB (Red+Green+Blue) = 196+62+241=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 62 (24.61% from 255 or 12.42% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #C43EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43EF1 is #3BC10E. Grayscale: #797979. Windows color (decimal): -3916047 or 15810244. OLE color: 15810244.
HSL color Cylindrical-coordinate representation of color #C43EF1: hue angle of 284.92º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43EF1 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 62 | 241 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.05 |
| HSL | 284.92º | 0.86% | 0.59% | - |
| HSV(B) | 284.92º | 0.74% | 0.95% | - |
| XYZ | 40.36 | 21.53 | 85.25 | - |
| YUV | 122.47 | 194.89 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 241 | 0.19 | 0.74 | 0 | 0.05 | 284.92 | 0.86 | 0.59 |
| Hex | C4 | 3E | F1 | 13 | 4A | 0 | 5 | 11D | 56 | 3B |
| Octal | 304 | 76 | 361 | 23 | 112 | 0 | 5 | 435 | 126 | 73 |
| Binary | 11000100 | 111110 | 11110001 | 10011 | 1001010 | 0 | 101 | 100011101 | 1010110 | 111011 |
Color Harmonies of #C43EF1
Complementary color
Monochromatic Colors of #C43EF1
Black with #C43EF1
Text Example
Text Example
White with #C43EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43EF1; }
p { color: rgb(196,62,241); }
H1.HeaderClassName
{
color: #C43EF1;
}
.AnyTagClassName
{
color: #C43EF1;
}
</style>
background-color css
<style>
a { background-color: #C43EF1; }
a { background-color: rgb(196,62,241); }
div.DivClassName
{
background-color: #C43EF1;
}
.BgClassName
{
background-color: #C43EF1;
}
</style>
border-color css
<style>
span { border-color: #C43EF1; }
span { border-color: rgb(196,62,241); }
td.TdClassName
{
border-color: #C43EF1;
}
.TagClassName
{
border-color: #C43EF1;
}
</style>