Shades of Medium Orchid #C42FDD
Tints of Medium Orchid #C42FDD
RGB
CMYK
RGB Variations
Color information
#C42FDD (or 0xC42FDD) is known color: Medium Orchid. HEX triplet: C4, 2F and DD. RGB value is (196,47,221). Sum of RGB (Red+Green+Blue) = 196+47+221=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 47 (18.75% from 255 or 10.13% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #C42FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42FDD is #3BD022. Grayscale: #6E6E6E. Windows color (decimal): -3919907 or 14495684. OLE color: 14495684.
HSL color Cylindrical-coordinate representation of color #C42FDD: hue angle of 291.38º degrees, saturation: 0.72, 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 #C42FDD is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 47 | 221 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.13 |
| HSL | 291.38º | 0.72% | 0.53% | - |
| HSV(B) | 291.38º | 0.79% | 0.87% | - |
| XYZ | 36.83 | 18.99 | 70.13 | - |
| YUV | 111.39 | 189.86 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 221 | 0.11 | 0.79 | 0 | 0.13 | 291.38 | 0.72 | 0.53 |
| Hex | C4 | 2F | DD | B | 4F | 0 | D | 123 | 48 | 35 |
| Octal | 304 | 57 | 335 | 13 | 117 | 0 | 15 | 443 | 110 | 65 |
| Binary | 11000100 | 101111 | 11011101 | 1011 | 1001111 | 0 | 1101 | 100100011 | 1001000 | 110101 |
Color Harmonies of #C42FDD
Complementary color
Monochromatic Colors of #C42FDD
Black with #C42FDD
Text Example
Text Example
White with #C42FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42FDD; }
p { color: rgb(196,47,221); }
H1.HeaderClassName
{
color: #C42FDD;
}
.AnyTagClassName
{
color: #C42FDD;
}
</style>
background-color css
<style>
a { background-color: #C42FDD; }
a { background-color: rgb(196,47,221); }
div.DivClassName
{
background-color: #C42FDD;
}
.BgClassName
{
background-color: #C42FDD;
}
</style>
border-color css
<style>
span { border-color: #C42FDD; }
span { border-color: rgb(196,47,221); }
td.TdClassName
{
border-color: #C42FDD;
}
.TagClassName
{
border-color: #C42FDD;
}
</style>