Shades of Medium Orchid #C32DD9
Tints of Medium Orchid #C32DD9
RGB
CMYK
RGB Variations
Color information
#C32DD9 (or 0xC32DD9) is known color: Medium Orchid. HEX triplet: C3, 2D and D9. RGB value is (195,45,217). Sum of RGB (Red+Green+Blue) = 195+45+217=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 45 (17.97% from 255 or 9.85% from 457); Blue value is 217 (85.16% from 255 or 47.48% from 457); Max value from RGB is 217 - color contains mainly: blue. Hex color #C32DD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32DD9 is #3CD226. Grayscale: #6C6C6C. Windows color (decimal): -3985959 or 14233027. OLE color: 14233027.
HSL color Cylindrical-coordinate representation of color #C32DD9: hue angle of 292.33º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32DD9 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 45 | 217 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.15 |
| HSL | 292.33º | 0.69% | 0.51% | - |
| HSV(B) | 292.33º | 0.79% | 0.85% | - |
| XYZ | 35.97 | 18.49 | 67.32 | - |
| YUV | 109.46 | 188.7 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 217 | 0.10 | 0.79 | 0 | 0.15 | 292.33 | 0.69 | 0.51 |
| Hex | C3 | 2D | D9 | A | 4F | 0 | F | 124 | 45 | 33 |
| Octal | 303 | 55 | 331 | 12 | 117 | 0 | 17 | 444 | 105 | 63 |
| Binary | 11000011 | 101101 | 11011001 | 1010 | 1001111 | 0 | 1111 | 100100100 | 1000101 | 110011 |
Color Harmonies of #C32DD9
Complementary color
Monochromatic Colors of #C32DD9
Black with #C32DD9
Text Example
Text Example
White with #C32DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32DD9; }
p { color: rgb(195,45,217); }
H1.HeaderClassName
{
color: #C32DD9;
}
.AnyTagClassName
{
color: #C32DD9;
}
</style>
background-color css
<style>
a { background-color: #C32DD9; }
a { background-color: rgb(195,45,217); }
div.DivClassName
{
background-color: #C32DD9;
}
.BgClassName
{
background-color: #C32DD9;
}
</style>
border-color css
<style>
span { border-color: #C32DD9; }
span { border-color: rgb(195,45,217); }
td.TdClassName
{
border-color: #C32DD9;
}
.TagClassName
{
border-color: #C32DD9;
}
</style>