Shades of Medium Orchid #C42ED6
Tints of Medium Orchid #C42ED6
RGB
CMYK
RGB Variations
Color information
#C42ED6 (or 0xC42ED6) is known color: Medium Orchid. HEX triplet: C4, 2E and D6. RGB value is (196,46,214). Sum of RGB (Red+Green+Blue) = 196+46+214=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 46 (18.36% from 255 or 10.09% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #C42ED6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42ED6 is #3BD129. Grayscale: #6D6D6D. Windows color (decimal): -3920170 or 14036676. OLE color: 14036676.
HSL color Cylindrical-coordinate representation of color #C42ED6: hue angle of 293.57º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42ED6 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 46 | 214 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.16 |
| HSL | 293.57º | 0.67% | 0.51% | - |
| HSV(B) | 293.57º | 0.79% | 0.84% | - |
| XYZ | 35.88 | 18.54 | 65.31 | - |
| YUV | 110 | 186.7 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 214 | 0.08 | 0.79 | 0 | 0.16 | 293.57 | 0.67 | 0.51 |
| Hex | C4 | 2E | D6 | 8 | 4F | 0 | 10 | 126 | 43 | 33 |
| Octal | 304 | 56 | 326 | 10 | 117 | 0 | 20 | 446 | 103 | 63 |
| Binary | 11000100 | 101110 | 11010110 | 1000 | 1001111 | 0 | 10000 | 100100110 | 1000011 | 110011 |
Color Harmonies of #C42ED6
Complementary color
Monochromatic Colors of #C42ED6
Black with #C42ED6
Text Example
Text Example
White with #C42ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42ED6; }
p { color: rgb(196,46,214); }
H1.HeaderClassName
{
color: #C42ED6;
}
.AnyTagClassName
{
color: #C42ED6;
}
</style>
background-color css
<style>
a { background-color: #C42ED6; }
a { background-color: rgb(196,46,214); }
div.DivClassName
{
background-color: #C42ED6;
}
.BgClassName
{
background-color: #C42ED6;
}
</style>
border-color css
<style>
span { border-color: #C42ED6; }
span { border-color: rgb(196,46,214); }
td.TdClassName
{
border-color: #C42ED6;
}
.TagClassName
{
border-color: #C42ED6;
}
</style>