Shades of Medium Orchid #C42DE0
Tints of Medium Orchid #C42DE0
RGB
CMYK
RGB Variations
Color information
#C42DE0 (or 0xC42DE0) is known color: Medium Orchid. HEX triplet: C4, 2D and E0. RGB value is (196,45,224). Sum of RGB (Red+Green+Blue) = 196+45+224=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 45 (17.97% from 255 or 9.68% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #C42DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42DE0 is #3BD21F. Grayscale: #6D6D6D. Windows color (decimal): -3920416 or 14691780. OLE color: 14691780.
HSL color Cylindrical-coordinate representation of color #C42DE0: hue angle of 290.61º degrees, saturation: 0.74, 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 #C42DE0 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 45 | 224 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.12 |
| HSL | 290.61º | 0.74% | 0.53% | - |
| HSV(B) | 290.61º | 0.8% | 0.88% | - |
| XYZ | 37.16 | 18.99 | 72.23 | - |
| YUV | 110.56 | 192.03 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 224 | 0.12 | 0.80 | 0 | 0.12 | 290.61 | 0.74 | 0.53 |
| Hex | C4 | 2D | E0 | C | 50 | 0 | C | 123 | 4A | 35 |
| Octal | 304 | 55 | 340 | 14 | 120 | 0 | 14 | 443 | 112 | 65 |
| Binary | 11000100 | 101101 | 11100000 | 1100 | 1010000 | 0 | 1100 | 100100011 | 1001010 | 110101 |
Color Harmonies of #C42DE0
Complementary color
Monochromatic Colors of #C42DE0
Black with #C42DE0
Text Example
Text Example
White with #C42DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42DE0; }
p { color: rgb(196,45,224); }
H1.HeaderClassName
{
color: #C42DE0;
}
.AnyTagClassName
{
color: #C42DE0;
}
</style>
background-color css
<style>
a { background-color: #C42DE0; }
a { background-color: rgb(196,45,224); }
div.DivClassName
{
background-color: #C42DE0;
}
.BgClassName
{
background-color: #C42DE0;
}
</style>
border-color css
<style>
span { border-color: #C42DE0; }
span { border-color: rgb(196,45,224); }
td.TdClassName
{
border-color: #C42DE0;
}
.TagClassName
{
border-color: #C42DE0;
}
</style>