Shades of Medium Orchid #C42ED7
Tints of Medium Orchid #C42ED7
RGB
CMYK
RGB Variations
Color information
#C42ED7 (or 0xC42ED7) is known color: Medium Orchid. HEX triplet: C4, 2E and D7. RGB value is (196,46,215). Sum of RGB (Red+Green+Blue) = 196+46+215=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 46 (18.36% from 255 or 10.07% from 457); Blue value is 215 (84.38% from 255 or 47.05% from 457); Max value from RGB is 215 - color contains mainly: blue. Hex color #C42ED7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42ED7 is #3BD128. Grayscale: #6D6D6D. Windows color (decimal): -3920169 or 14102212. OLE color: 14102212.
HSL color Cylindrical-coordinate representation of color #C42ED7: hue angle of 293.25º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42ED7 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 46 | 215 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.16 |
| HSL | 293.25º | 0.68% | 0.51% | - |
| HSV(B) | 293.25º | 0.79% | 0.84% | - |
| XYZ | 36.01 | 18.6 | 65.98 | - |
| YUV | 110.12 | 187.2 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 215 | 0.09 | 0.79 | 0 | 0.16 | 293.25 | 0.68 | 0.51 |
| Hex | C4 | 2E | D7 | 9 | 4F | 0 | 10 | 125 | 44 | 33 |
| Octal | 304 | 56 | 327 | 11 | 117 | 0 | 20 | 445 | 104 | 63 |
| Binary | 11000100 | 101110 | 11010111 | 1001 | 1001111 | 0 | 10000 | 100100101 | 1000100 | 110011 |
Color Harmonies of #C42ED7
Complementary color
Monochromatic Colors of #C42ED7
Black with #C42ED7
Text Example
Text Example
White with #C42ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42ED7; }
p { color: rgb(196,46,215); }
H1.HeaderClassName
{
color: #C42ED7;
}
.AnyTagClassName
{
color: #C42ED7;
}
</style>
background-color css
<style>
a { background-color: #C42ED7; }
a { background-color: rgb(196,46,215); }
div.DivClassName
{
background-color: #C42ED7;
}
.BgClassName
{
background-color: #C42ED7;
}
</style>
border-color css
<style>
span { border-color: #C42ED7; }
span { border-color: rgb(196,46,215); }
td.TdClassName
{
border-color: #C42ED7;
}
.TagClassName
{
border-color: #C42ED7;
}
</style>