Shades of Medium Orchid #C329DF
Tints of Medium Orchid #C329DF
RGB
CMYK
RGB Variations
Color information
#C329DF (or 0xC329DF) is known color: Medium Orchid. HEX triplet: C3, 29 and DF. RGB value is (195,41,223). Sum of RGB (Red+Green+Blue) = 195+41+223=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 41 (16.41% from 255 or 8.93% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #C329DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C329DF is #3CD620. Grayscale: #6B6B6B. Windows color (decimal): -3986977 or 14625219. OLE color: 14625219.
HSL color Cylindrical-coordinate representation of color #C329DF: hue angle of 290.77º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C329DF is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 41 | 223 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.13 |
| HSL | 290.77º | 0.74% | 0.52% | - |
| HSV(B) | 290.77º | 0.82% | 0.87% | - |
| XYZ | 36.62 | 18.52 | 71.46 | - |
| YUV | 107.79 | 193.02 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 41 | 223 | 0.13 | 0.82 | 0 | 0.13 | 290.77 | 0.74 | 0.52 |
| Hex | C3 | 29 | DF | D | 52 | 0 | D | 123 | 4A | 34 |
| Octal | 303 | 51 | 337 | 15 | 122 | 0 | 15 | 443 | 112 | 64 |
| Binary | 11000011 | 101001 | 11011111 | 1101 | 1010010 | 0 | 1101 | 100100011 | 1001010 | 110100 |
Color Harmonies of #C329DF
Complementary color
Monochromatic Colors of #C329DF
Black with #C329DF
Text Example
Text Example
White with #C329DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C329DF; }
p { color: rgb(195,41,223); }
H1.HeaderClassName
{
color: #C329DF;
}
.AnyTagClassName
{
color: #C329DF;
}
</style>
background-color css
<style>
a { background-color: #C329DF; }
a { background-color: rgb(195,41,223); }
div.DivClassName
{
background-color: #C329DF;
}
.BgClassName
{
background-color: #C329DF;
}
</style>
border-color css
<style>
span { border-color: #C329DF; }
span { border-color: rgb(195,41,223); }
td.TdClassName
{
border-color: #C329DF;
}
.TagClassName
{
border-color: #C329DF;
}
</style>