Shades of Medium Orchid #C42EDF
Tints of Medium Orchid #C42EDF
RGB
CMYK
RGB Variations
Color information
#C42EDF (or 0xC42EDF) is known color: Medium Orchid. HEX triplet: C4, 2E and DF. RGB value is (196,46,223). Sum of RGB (Red+Green+Blue) = 196+46+223=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 46 (18.36% from 255 or 9.89% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #C42EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42EDF is #3BD120. Grayscale: #6E6E6E. Windows color (decimal): -3920161 or 14626500. OLE color: 14626500.
HSL color Cylindrical-coordinate representation of color #C42EDF: hue angle of 290.85º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42EDF is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 46 | 223 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.13 |
| HSL | 290.85º | 0.73% | 0.53% | - |
| HSV(B) | 290.85º | 0.79% | 0.87% | - |
| XYZ | 37.06 | 19.02 | 71.53 | - |
| YUV | 111.03 | 191.2 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 223 | 0.12 | 0.79 | 0 | 0.13 | 290.85 | 0.73 | 0.53 |
| Hex | C4 | 2E | DF | C | 4F | 0 | D | 123 | 49 | 35 |
| Octal | 304 | 56 | 337 | 14 | 117 | 0 | 15 | 443 | 111 | 65 |
| Binary | 11000100 | 101110 | 11011111 | 1100 | 1001111 | 0 | 1101 | 100100011 | 1001001 | 110101 |
Color Harmonies of #C42EDF
Complementary color
Monochromatic Colors of #C42EDF
Black with #C42EDF
Text Example
Text Example
White with #C42EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42EDF; }
p { color: rgb(196,46,223); }
H1.HeaderClassName
{
color: #C42EDF;
}
.AnyTagClassName
{
color: #C42EDF;
}
</style>
background-color css
<style>
a { background-color: #C42EDF; }
a { background-color: rgb(196,46,223); }
div.DivClassName
{
background-color: #C42EDF;
}
.BgClassName
{
background-color: #C42EDF;
}
</style>
border-color css
<style>
span { border-color: #C42EDF; }
span { border-color: rgb(196,46,223); }
td.TdClassName
{
border-color: #C42EDF;
}
.TagClassName
{
border-color: #C42EDF;
}
</style>