Shades of Medium Orchid #C42CDF
Tints of Medium Orchid #C42CDF
RGB
CMYK
RGB Variations
Color information
#C42CDF (or 0xC42CDF) is known color: Medium Orchid. HEX triplet: C4, 2C and DF. RGB value is (196,44,223). Sum of RGB (Red+Green+Blue) = 196+44+223=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 44 (17.58% from 255 or 9.50% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #C42CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42CDF is #3BD320. Grayscale: #6D6D6D. Windows color (decimal): -3920673 or 14625988. OLE color: 14625988.
HSL color Cylindrical-coordinate representation of color #C42CDF: hue angle of 290.95º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42CDF is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 44 | 223 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.13 |
| HSL | 290.95º | 0.74% | 0.52% | - |
| HSV(B) | 290.95º | 0.8% | 0.87% | - |
| XYZ | 36.98 | 18.86 | 71.5 | - |
| YUV | 109.85 | 191.86 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 223 | 0.12 | 0.80 | 0 | 0.13 | 290.95 | 0.74 | 0.52 |
| Hex | C4 | 2C | DF | C | 50 | 0 | D | 123 | 4A | 34 |
| Octal | 304 | 54 | 337 | 14 | 120 | 0 | 15 | 443 | 112 | 64 |
| Binary | 11000100 | 101100 | 11011111 | 1100 | 1010000 | 0 | 1101 | 100100011 | 1001010 | 110100 |
Color Harmonies of #C42CDF
Complementary color
Monochromatic Colors of #C42CDF
Black with #C42CDF
Text Example
Text Example
White with #C42CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42CDF; }
p { color: rgb(196,44,223); }
H1.HeaderClassName
{
color: #C42CDF;
}
.AnyTagClassName
{
color: #C42CDF;
}
</style>
background-color css
<style>
a { background-color: #C42CDF; }
a { background-color: rgb(196,44,223); }
div.DivClassName
{
background-color: #C42CDF;
}
.BgClassName
{
background-color: #C42CDF;
}
</style>
border-color css
<style>
span { border-color: #C42CDF; }
span { border-color: rgb(196,44,223); }
td.TdClassName
{
border-color: #C42CDF;
}
.TagClassName
{
border-color: #C42CDF;
}
</style>