Shades of Medium Orchid #C32CD9
Tints of Medium Orchid #C32CD9
RGB
CMYK
RGB Variations
Color information
#C32CD9 (or 0xC32CD9) is known color: Medium Orchid. HEX triplet: C3, 2C and D9. RGB value is (195,44,217). Sum of RGB (Red+Green+Blue) = 195+44+217=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 44 (17.58% from 255 or 9.65% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 217 - color contains mainly: blue. Hex color #C32CD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32CD9 is #3CD326. Grayscale: #6C6C6C. Windows color (decimal): -3986215 or 14232771. OLE color: 14232771.
HSL color Cylindrical-coordinate representation of color #C32CD9: hue angle of 292.37º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32CD9 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 44 | 217 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.15 |
| HSL | 292.37º | 0.69% | 0.51% | - |
| HSV(B) | 292.37º | 0.8% | 0.85% | - |
| XYZ | 35.93 | 18.41 | 67.31 | - |
| YUV | 108.87 | 189.03 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 217 | 0.10 | 0.80 | 0 | 0.15 | 292.37 | 0.69 | 0.51 |
| Hex | C3 | 2C | D9 | A | 50 | 0 | F | 124 | 45 | 33 |
| Octal | 303 | 54 | 331 | 12 | 120 | 0 | 17 | 444 | 105 | 63 |
| Binary | 11000011 | 101100 | 11011001 | 1010 | 1010000 | 0 | 1111 | 100100100 | 1000101 | 110011 |
Color Harmonies of #C32CD9
Complementary color
Monochromatic Colors of #C32CD9
Black with #C32CD9
Text Example
Text Example
White with #C32CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32CD9; }
p { color: rgb(195,44,217); }
H1.HeaderClassName
{
color: #C32CD9;
}
.AnyTagClassName
{
color: #C32CD9;
}
</style>
background-color css
<style>
a { background-color: #C32CD9; }
a { background-color: rgb(195,44,217); }
div.DivClassName
{
background-color: #C32CD9;
}
.BgClassName
{
background-color: #C32CD9;
}
</style>
border-color css
<style>
span { border-color: #C32CD9; }
span { border-color: rgb(195,44,217); }
td.TdClassName
{
border-color: #C32CD9;
}
.TagClassName
{
border-color: #C32CD9;
}
</style>