Shades of Medium Orchid #C42EE1
Tints of Medium Orchid #C42EE1
RGB
CMYK
RGB Variations
Color information
#C42EE1 (or 0xC42EE1) is known color: Medium Orchid. HEX triplet: C4, 2E and E1. RGB value is (196,46,225). Sum of RGB (Red+Green+Blue) = 196+46+225=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 46 (18.36% from 255 or 9.85% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 225 - color contains mainly: blue. Hex color #C42EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42EE1 is #3BD11E. Grayscale: #6E6E6E. Windows color (decimal): -3920159 or 14757572. OLE color: 14757572.
HSL color Cylindrical-coordinate representation of color #C42EE1: hue angle of 290.28º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42EE1 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 46 | 225 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.12 |
| HSL | 290.28º | 0.75% | 0.53% | - |
| HSV(B) | 290.28º | 0.8% | 0.88% | - |
| XYZ | 37.33 | 19.13 | 72.96 | - |
| YUV | 111.26 | 192.2 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 225 | 0.13 | 0.80 | 0 | 0.12 | 290.28 | 0.75 | 0.53 |
| Hex | C4 | 2E | E1 | D | 50 | 0 | C | 122 | 4B | 35 |
| Octal | 304 | 56 | 341 | 15 | 120 | 0 | 14 | 442 | 113 | 65 |
| Binary | 11000100 | 101110 | 11100001 | 1101 | 1010000 | 0 | 1100 | 100100010 | 1001011 | 110101 |
Color Harmonies of #C42EE1
Complementary color
Monochromatic Colors of #C42EE1
Black with #C42EE1
Text Example
Text Example
White with #C42EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42EE1; }
p { color: rgb(196,46,225); }
H1.HeaderClassName
{
color: #C42EE1;
}
.AnyTagClassName
{
color: #C42EE1;
}
</style>
background-color css
<style>
a { background-color: #C42EE1; }
a { background-color: rgb(196,46,225); }
div.DivClassName
{
background-color: #C42EE1;
}
.BgClassName
{
background-color: #C42EE1;
}
</style>
border-color css
<style>
span { border-color: #C42EE1; }
span { border-color: rgb(196,46,225); }
td.TdClassName
{
border-color: #C42EE1;
}
.TagClassName
{
border-color: #C42EE1;
}
</style>