Shades of Medium Orchid #C42DDC
Tints of Medium Orchid #C42DDC
RGB
CMYK
RGB Variations
Color information
#C42DDC (or 0xC42DDC) is known color: Medium Orchid. HEX triplet: C4, 2D and DC. RGB value is (196,45,220). Sum of RGB (Red+Green+Blue) = 196+45+220=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 45 (17.97% from 255 or 9.76% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #C42DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42DDC is #3BD223. Grayscale: #6D6D6D. Windows color (decimal): -3920420 or 14429636. OLE color: 14429636.
HSL color Cylindrical-coordinate representation of color #C42DDC: hue angle of 291.77º degrees, saturation: 0.71, 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 #C42DDC is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 45 | 220 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.14 |
| HSL | 291.77º | 0.71% | 0.52% | - |
| HSV(B) | 291.77º | 0.8% | 0.86% | - |
| XYZ | 36.62 | 18.78 | 69.4 | - |
| YUV | 110.1 | 190.03 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 220 | 0.11 | 0.80 | 0 | 0.14 | 291.77 | 0.71 | 0.52 |
| Hex | C4 | 2D | DC | B | 50 | 0 | E | 124 | 47 | 34 |
| Octal | 304 | 55 | 334 | 13 | 120 | 0 | 16 | 444 | 107 | 64 |
| Binary | 11000100 | 101101 | 11011100 | 1011 | 1010000 | 0 | 1110 | 100100100 | 1000111 | 110100 |
Color Harmonies of #C42DDC
Complementary color
Monochromatic Colors of #C42DDC
Black with #C42DDC
Text Example
Text Example
White with #C42DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42DDC; }
p { color: rgb(196,45,220); }
H1.HeaderClassName
{
color: #C42DDC;
}
.AnyTagClassName
{
color: #C42DDC;
}
</style>
background-color css
<style>
a { background-color: #C42DDC; }
a { background-color: rgb(196,45,220); }
div.DivClassName
{
background-color: #C42DDC;
}
.BgClassName
{
background-color: #C42DDC;
}
</style>
border-color css
<style>
span { border-color: #C42DDC; }
span { border-color: rgb(196,45,220); }
td.TdClassName
{
border-color: #C42DDC;
}
.TagClassName
{
border-color: #C42DDC;
}
</style>