Shades of Medium Orchid #C42CDD
Tints of Medium Orchid #C42CDD
RGB
CMYK
RGB Variations
Color information
#C42CDD (or 0xC42CDD) is known color: Medium Orchid. HEX triplet: C4, 2C and DD. RGB value is (196,44,221). Sum of RGB (Red+Green+Blue) = 196+44+221=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 44 (17.58% from 255 or 9.54% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #C42CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42CDD is #3BD322. Grayscale: #6D6D6D. Windows color (decimal): -3920675 or 14494916. OLE color: 14494916.
HSL color Cylindrical-coordinate representation of color #C42CDD: hue angle of 291.53º degrees, saturation: 0.72, 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 #C42CDD is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 44 | 221 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.13 |
| HSL | 291.53º | 0.72% | 0.52% | - |
| HSV(B) | 291.53º | 0.8% | 0.87% | - |
| XYZ | 36.72 | 18.76 | 70.09 | - |
| YUV | 109.63 | 190.86 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 221 | 0.11 | 0.80 | 0 | 0.13 | 291.53 | 0.72 | 0.52 |
| Hex | C4 | 2C | DD | B | 50 | 0 | D | 124 | 48 | 34 |
| Octal | 304 | 54 | 335 | 13 | 120 | 0 | 15 | 444 | 110 | 64 |
| Binary | 11000100 | 101100 | 11011101 | 1011 | 1010000 | 0 | 1101 | 100100100 | 1001000 | 110100 |
Color Harmonies of #C42CDD
Complementary color
Monochromatic Colors of #C42CDD
Black with #C42CDD
Text Example
Text Example
White with #C42CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42CDD; }
p { color: rgb(196,44,221); }
H1.HeaderClassName
{
color: #C42CDD;
}
.AnyTagClassName
{
color: #C42CDD;
}
</style>
background-color css
<style>
a { background-color: #C42CDD; }
a { background-color: rgb(196,44,221); }
div.DivClassName
{
background-color: #C42CDD;
}
.BgClassName
{
background-color: #C42CDD;
}
</style>
border-color css
<style>
span { border-color: #C42CDD; }
span { border-color: rgb(196,44,221); }
td.TdClassName
{
border-color: #C42CDD;
}
.TagClassName
{
border-color: #C42CDD;
}
</style>