Shades of Medium Orchid #C429E4
Tints of Medium Orchid #C429E4
RGB
CMYK
RGB Variations
Color information
#C429E4 (or 0xC429E4) is known color: Medium Orchid. HEX triplet: C4, 29 and E4. RGB value is (196,41,228). Sum of RGB (Red+Green+Blue) = 196+41+228=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 41 (16.41% from 255 or 8.82% from 465); Blue value is 228 (89.45% from 255 or 49.03% from 465); Max value from RGB is 228 - color contains mainly: blue. Hex color #C429E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C429E4 is #3BD61B. Grayscale: #6C6C6C. Windows color (decimal): -3921436 or 14952900. OLE color: 14952900.
HSL color Cylindrical-coordinate representation of color #C429E4: hue angle of 289.73º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C429E4 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 41 | 228 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.11 |
| HSL | 289.73º | 0.78% | 0.53% | - |
| HSV(B) | 289.73º | 0.82% | 0.89% | - |
| XYZ | 37.56 | 18.92 | 75.07 | - |
| YUV | 108.66 | 195.35 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 228 | 0.14 | 0.82 | 0 | 0.11 | 289.73 | 0.78 | 0.53 |
| Hex | C4 | 29 | E4 | E | 52 | 0 | B | 122 | 4E | 35 |
| Octal | 304 | 51 | 344 | 16 | 122 | 0 | 13 | 442 | 116 | 65 |
| Binary | 11000100 | 101001 | 11100100 | 1110 | 1010010 | 0 | 1011 | 100100010 | 1001110 | 110101 |
Color Harmonies of #C429E4
Complementary color
Monochromatic Colors of #C429E4
Black with #C429E4
Text Example
Text Example
White with #C429E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C429E4; }
p { color: rgb(196,41,228); }
H1.HeaderClassName
{
color: #C429E4;
}
.AnyTagClassName
{
color: #C429E4;
}
</style>
background-color css
<style>
a { background-color: #C429E4; }
a { background-color: rgb(196,41,228); }
div.DivClassName
{
background-color: #C429E4;
}
.BgClassName
{
background-color: #C429E4;
}
</style>
border-color css
<style>
span { border-color: #C429E4; }
span { border-color: rgb(196,41,228); }
td.TdClassName
{
border-color: #C429E4;
}
.TagClassName
{
border-color: #C429E4;
}
</style>