Shades of Medium Orchid #C42CDC
Tints of Medium Orchid #C42CDC
RGB
CMYK
RGB Variations
Color information
#C42CDC (or 0xC42CDC) is known color: Medium Orchid. HEX triplet: C4, 2C and DC. RGB value is (196,44,220). Sum of RGB (Red+Green+Blue) = 196+44+220=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 44 (17.58% from 255 or 9.57% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #C42CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42CDC is #3BD323. Grayscale: #6C6C6C. Windows color (decimal): -3920676 or 14429380. OLE color: 14429380.
HSL color Cylindrical-coordinate representation of color #C42CDC: hue angle of 291.82º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42CDC is Cyan = 0.11, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 44 | 220 | - |
| CMYK | 0.11 | 0.8 | 0 | 0.14 |
| HSL | 291.82º | 0.72% | 0.52% | - |
| HSV(B) | 291.82º | 0.8% | 0.86% | - |
| XYZ | 36.58 | 18.7 | 69.39 | - |
| YUV | 109.51 | 190.36 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 220 | 0.11 | 0.8 | 0 | 0.14 | 291.82 | 0.72 | 0.52 |
| Hex | C4 | 2C | DC | B | 50 | 0 | E | 124 | 48 | 34 |
| Octal | 304 | 54 | 334 | 13 | 120 | 0 | 16 | 444 | 110 | 64 |
| Binary | 11000100 | 101100 | 11011100 | 1011 | 1010000 | 0 | 1110 | 100100100 | 1001000 | 110100 |
Color Harmonies of #C42CDC
Complementary color
Monochromatic Colors of #C42CDC
Black with #C42CDC
Text Example
Text Example
White with #C42CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42CDC; }
p { color: rgb(196,44,220); }
H1.HeaderClassName
{
color: #C42CDC;
}
.AnyTagClassName
{
color: #C42CDC;
}
</style>
background-color css
<style>
a { background-color: #C42CDC; }
a { background-color: rgb(196,44,220); }
div.DivClassName
{
background-color: #C42CDC;
}
.BgClassName
{
background-color: #C42CDC;
}
</style>
border-color css
<style>
span { border-color: #C42CDC; }
span { border-color: rgb(196,44,220); }
td.TdClassName
{
border-color: #C42CDC;
}
.TagClassName
{
border-color: #C42CDC;
}
</style>