Shades of Medium Orchid #C429E3
Tints of Medium Orchid #C429E3
RGB
CMYK
RGB Variations
Color information
#C429E3 (or 0xC429E3) is known color: Medium Orchid. HEX triplet: C4, 29 and E3. RGB value is (196,41,227). Sum of RGB (Red+Green+Blue) = 196+41+227=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 41 (16.41% from 255 or 8.84% from 464); Blue value is 227 (89.06% from 255 or 48.92% from 464); Max value from RGB is 227 - color contains mainly: blue. Hex color #C429E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C429E3 is #3BD61C. Grayscale: #6B6B6B. Windows color (decimal): -3921437 or 14887364. OLE color: 14887364.
HSL color Cylindrical-coordinate representation of color #C429E3: hue angle of 290º degrees, saturation: 0.77, 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 #C429E3 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 41 | 227 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.11 |
| HSL | 290º | 0.77% | 0.53% | - |
| HSV(B) | 290º | 0.82% | 0.89% | - |
| XYZ | 37.42 | 18.87 | 74.34 | - |
| YUV | 108.55 | 194.85 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 227 | 0.14 | 0.82 | 0 | 0.11 | 290 | 0.77 | 0.53 |
| Hex | C4 | 29 | E3 | E | 52 | 0 | B | 122 | 4D | 35 |
| Octal | 304 | 51 | 343 | 16 | 122 | 0 | 13 | 442 | 115 | 65 |
| Binary | 11000100 | 101001 | 11100011 | 1110 | 1010010 | 0 | 1011 | 100100010 | 1001101 | 110101 |
Color Harmonies of #C429E3
Complementary color
Monochromatic Colors of #C429E3
Black with #C429E3
Text Example
Text Example
White with #C429E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C429E3; }
p { color: rgb(196,41,227); }
H1.HeaderClassName
{
color: #C429E3;
}
.AnyTagClassName
{
color: #C429E3;
}
</style>
background-color css
<style>
a { background-color: #C429E3; }
a { background-color: rgb(196,41,227); }
div.DivClassName
{
background-color: #C429E3;
}
.BgClassName
{
background-color: #C429E3;
}
</style>
border-color css
<style>
span { border-color: #C429E3; }
span { border-color: rgb(196,41,227); }
td.TdClassName
{
border-color: #C429E3;
}
.TagClassName
{
border-color: #C429E3;
}
</style>