Shades of Medium Orchid #C329E5
Tints of Medium Orchid #C329E5
RGB
CMYK
RGB Variations
Color information
#C329E5 (or 0xC329E5) is known color: Medium Orchid. HEX triplet: C3, 29 and E5. RGB value is (195,41,229). Sum of RGB (Red+Green+Blue) = 195+41+229=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 41 (16.41% from 255 or 8.82% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #C329E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C329E5 is #3CD61A. Grayscale: #6B6B6B. Windows color (decimal): -3986971 or 15018435. OLE color: 15018435.
HSL color Cylindrical-coordinate representation of color #C329E5: hue angle of 289.15º 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 #C329E5 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 41 | 229 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.10 |
| HSL | 289.15º | 0.78% | 0.53% | - |
| HSV(B) | 289.15º | 0.82% | 0.9% | - |
| XYZ | 37.44 | 18.85 | 75.79 | - |
| YUV | 108.48 | 196.02 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 41 | 229 | 0.15 | 0.82 | 0 | 0.10 | 289.15 | 0.78 | 0.53 |
| Hex | C3 | 29 | E5 | F | 52 | 0 | A | 121 | 4E | 35 |
| Octal | 303 | 51 | 345 | 17 | 122 | 0 | 12 | 441 | 116 | 65 |
| Binary | 11000011 | 101001 | 11100101 | 1111 | 1010010 | 0 | 1010 | 100100001 | 1001110 | 110101 |
Color Harmonies of #C329E5
Complementary color
Monochromatic Colors of #C329E5
Black with #C329E5
Text Example
Text Example
White with #C329E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C329E5; }
p { color: rgb(195,41,229); }
H1.HeaderClassName
{
color: #C329E5;
}
.AnyTagClassName
{
color: #C329E5;
}
</style>
background-color css
<style>
a { background-color: #C329E5; }
a { background-color: rgb(195,41,229); }
div.DivClassName
{
background-color: #C329E5;
}
.BgClassName
{
background-color: #C329E5;
}
</style>
border-color css
<style>
span { border-color: #C329E5; }
span { border-color: rgb(195,41,229); }
td.TdClassName
{
border-color: #C329E5;
}
.TagClassName
{
border-color: #C329E5;
}
</style>