Shades of Medium Orchid #C42DE1
Tints of Medium Orchid #C42DE1
RGB
CMYK
RGB Variations
Color information
#C42DE1 (or 0xC42DE1) is known color: Medium Orchid. HEX triplet: C4, 2D and E1. RGB value is (196,45,225). Sum of RGB (Red+Green+Blue) = 196+45+225=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 45 (17.97% from 255 or 9.66% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 225 - color contains mainly: blue. Hex color #C42DE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42DE1 is #3BD21E. Grayscale: #6E6E6E. Windows color (decimal): -3920415 or 14757316. OLE color: 14757316.
HSL color Cylindrical-coordinate representation of color #C42DE1: hue angle of 290.33º 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 #C42DE1 is Cyan = 0.13, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 45 | 225 | - |
| CMYK | 0.13 | 0.8 | 0 | 0.12 |
| HSL | 290.33º | 0.75% | 0.53% | - |
| HSV(B) | 290.33º | 0.8% | 0.88% | - |
| XYZ | 37.29 | 19.05 | 72.95 | - |
| YUV | 110.67 | 192.53 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 225 | 0.13 | 0.8 | 0 | 0.12 | 290.33 | 0.75 | 0.53 |
| Hex | C4 | 2D | E1 | D | 50 | 0 | C | 122 | 4B | 35 |
| Octal | 304 | 55 | 341 | 15 | 120 | 0 | 14 | 442 | 113 | 65 |
| Binary | 11000100 | 101101 | 11100001 | 1101 | 1010000 | 0 | 1100 | 100100010 | 1001011 | 110101 |
Color Harmonies of #C42DE1
Complementary color
Monochromatic Colors of #C42DE1
Black with #C42DE1
Text Example
Text Example
White with #C42DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42DE1; }
p { color: rgb(196,45,225); }
H1.HeaderClassName
{
color: #C42DE1;
}
.AnyTagClassName
{
color: #C42DE1;
}
</style>
background-color css
<style>
a { background-color: #C42DE1; }
a { background-color: rgb(196,45,225); }
div.DivClassName
{
background-color: #C42DE1;
}
.BgClassName
{
background-color: #C42DE1;
}
</style>
border-color css
<style>
span { border-color: #C42DE1; }
span { border-color: rgb(196,45,225); }
td.TdClassName
{
border-color: #C42DE1;
}
.TagClassName
{
border-color: #C42DE1;
}
</style>