Shades of Medium Orchid #C42AE1
Tints of Medium Orchid #C42AE1
RGB
CMYK
RGB Variations
Color information
#C42AE1 (or 0xC42AE1) is known color: Medium Orchid. HEX triplet: C4, 2A and E1. RGB value is (196,42,225). Sum of RGB (Red+Green+Blue) = 196+42+225=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 42 (16.80% from 255 or 9.07% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 225 - color contains mainly: blue. Hex color #C42AE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42AE1 is #3BD51E. Grayscale: #6C6C6C. Windows color (decimal): -3921183 or 14756548. OLE color: 14756548.
HSL color Cylindrical-coordinate representation of color #C42AE1: hue angle of 290.49º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42AE1 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 42 | 225 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.12 |
| HSL | 290.49º | 0.75% | 0.52% | - |
| HSV(B) | 290.49º | 0.81% | 0.88% | - |
| XYZ | 37.18 | 18.83 | 72.91 | - |
| YUV | 108.91 | 193.52 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 42 | 225 | 0.13 | 0.81 | 0 | 0.12 | 290.49 | 0.75 | 0.52 |
| Hex | C4 | 2A | E1 | D | 51 | 0 | C | 122 | 4B | 34 |
| Octal | 304 | 52 | 341 | 15 | 121 | 0 | 14 | 442 | 113 | 64 |
| Binary | 11000100 | 101010 | 11100001 | 1101 | 1010001 | 0 | 1100 | 100100010 | 1001011 | 110100 |
Color Harmonies of #C42AE1
Complementary color
Monochromatic Colors of #C42AE1
Black with #C42AE1
Text Example
Text Example
White with #C42AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42AE1; }
p { color: rgb(196,42,225); }
H1.HeaderClassName
{
color: #C42AE1;
}
.AnyTagClassName
{
color: #C42AE1;
}
</style>
background-color css
<style>
a { background-color: #C42AE1; }
a { background-color: rgb(196,42,225); }
div.DivClassName
{
background-color: #C42AE1;
}
.BgClassName
{
background-color: #C42AE1;
}
</style>
border-color css
<style>
span { border-color: #C42AE1; }
span { border-color: rgb(196,42,225); }
td.TdClassName
{
border-color: #C42AE1;
}
.TagClassName
{
border-color: #C42AE1;
}
</style>