Shades of Medium Orchid #C42FDF
Tints of Medium Orchid #C42FDF
RGB
CMYK
RGB Variations
Color information
#C42FDF (or 0xC42FDF) is known color: Medium Orchid. HEX triplet: C4, 2F and DF. RGB value is (196,47,223). Sum of RGB (Red+Green+Blue) = 196+47+223=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 47 (18.75% from 255 or 10.09% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #C42FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42FDF is #3BD020. Grayscale: #6F6F6F. Windows color (decimal): -3919905 or 14626756. OLE color: 14626756.
HSL color Cylindrical-coordinate representation of color #C42FDF: hue angle of 290.8º 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 #C42FDF is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 47 | 223 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.13 |
| HSL | 290.8º | 0.73% | 0.53% | - |
| HSV(B) | 290.8º | 0.79% | 0.87% | - |
| XYZ | 37.1 | 19.1 | 71.54 | - |
| YUV | 111.62 | 190.86 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 223 | 0.12 | 0.79 | 0 | 0.13 | 290.8 | 0.73 | 0.53 |
| Hex | C4 | 2F | DF | C | 4F | 0 | D | 123 | 49 | 35 |
| Octal | 304 | 57 | 337 | 14 | 117 | 0 | 15 | 443 | 111 | 65 |
| Binary | 11000100 | 101111 | 11011111 | 1100 | 1001111 | 0 | 1101 | 100100011 | 1001001 | 110101 |
Color Harmonies of #C42FDF
Complementary color
Monochromatic Colors of #C42FDF
Black with #C42FDF
Text Example
Text Example
White with #C42FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42FDF; }
p { color: rgb(196,47,223); }
H1.HeaderClassName
{
color: #C42FDF;
}
.AnyTagClassName
{
color: #C42FDF;
}
</style>
background-color css
<style>
a { background-color: #C42FDF; }
a { background-color: rgb(196,47,223); }
div.DivClassName
{
background-color: #C42FDF;
}
.BgClassName
{
background-color: #C42FDF;
}
</style>
border-color css
<style>
span { border-color: #C42FDF; }
span { border-color: rgb(196,47,223); }
td.TdClassName
{
border-color: #C42FDF;
}
.TagClassName
{
border-color: #C42FDF;
}
</style>