Shades of Medium Orchid #C429E5
Tints of Medium Orchid #C429E5
RGB
CMYK
RGB Variations
Color information
#C429E5 (or 0xC429E5) is known color: Medium Orchid. HEX triplet: C4, 29 and E5. RGB value is (196,41,229). Sum of RGB (Red+Green+Blue) = 196+41+229=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 41 (16.41% from 255 or 8.80% from 466); Blue value is 229 (89.84% from 255 or 49.14% from 466); Max value from RGB is 229 - color contains mainly: blue. Hex color #C429E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C429E5 is #3BD61A. Grayscale: #6C6C6C. Windows color (decimal): -3921435 or 15018436. OLE color: 15018436.
HSL color Cylindrical-coordinate representation of color #C429E5: hue angle of 289.47º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C429E5 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 41 | 229 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.10 |
| HSL | 289.47º | 0.78% | 0.53% | - |
| HSV(B) | 289.47º | 0.82% | 0.9% | - |
| XYZ | 37.7 | 18.98 | 75.8 | - |
| YUV | 108.78 | 195.85 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 229 | 0.14 | 0.82 | 0 | 0.10 | 289.47 | 0.78 | 0.53 |
| Hex | C4 | 29 | E5 | E | 52 | 0 | A | 121 | 4E | 35 |
| Octal | 304 | 51 | 345 | 16 | 122 | 0 | 12 | 441 | 116 | 65 |
| Binary | 11000100 | 101001 | 11100101 | 1110 | 1010010 | 0 | 1010 | 100100001 | 1001110 | 110101 |
Color Harmonies of #C429E5
Complementary color
Monochromatic Colors of #C429E5
Black with #C429E5
Text Example
Text Example
White with #C429E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C429E5; }
p { color: rgb(196,41,229); }
H1.HeaderClassName
{
color: #C429E5;
}
.AnyTagClassName
{
color: #C429E5;
}
</style>
background-color css
<style>
a { background-color: #C429E5; }
a { background-color: rgb(196,41,229); }
div.DivClassName
{
background-color: #C429E5;
}
.BgClassName
{
background-color: #C429E5;
}
</style>
border-color css
<style>
span { border-color: #C429E5; }
span { border-color: rgb(196,41,229); }
td.TdClassName
{
border-color: #C429E5;
}
.TagClassName
{
border-color: #C429E5;
}
</style>