Shades of Medium Orchid #C032D9
Tints of Medium Orchid #C032D9
RGB
CMYK
RGB Variations
Color information
#C032D9 (or 0xC032D9) is known color: Medium Orchid. HEX triplet: C0, 32 and D9. RGB value is (192,50,217). Sum of RGB (Red+Green+Blue) = 192+50+217=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 217 - color contains mainly: blue. Hex color #C032D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C032D9 is #3FCD26. Grayscale: #6E6E6E. Windows color (decimal): -4181287 or 14234304. OLE color: 14234304.
HSL color Cylindrical-coordinate representation of color #C032D9: hue angle of 291.02º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C032D9 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 50 | 217 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.15 |
| HSL | 291.02º | 0.69% | 0.52% | - |
| HSV(B) | 291.02º | 0.77% | 0.85% | - |
| XYZ | 35.4 | 18.5 | 67.35 | - |
| YUV | 111.5 | 187.54 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 217 | 0.12 | 0.77 | 0 | 0.15 | 291.02 | 0.69 | 0.52 |
| Hex | C0 | 32 | D9 | C | 4D | 0 | F | 123 | 45 | 34 |
| Octal | 300 | 62 | 331 | 14 | 115 | 0 | 17 | 443 | 105 | 64 |
| Binary | 11000000 | 110010 | 11011001 | 1100 | 1001101 | 0 | 1111 | 100100011 | 1000101 | 110100 |
Color Harmonies of #C032D9
Complementary color
Monochromatic Colors of #C032D9
Black with #C032D9
Text Example
Text Example
White with #C032D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C032D9; }
p { color: rgb(192,50,217); }
H1.HeaderClassName
{
color: #C032D9;
}
.AnyTagClassName
{
color: #C032D9;
}
</style>
background-color css
<style>
a { background-color: #C032D9; }
a { background-color: rgb(192,50,217); }
div.DivClassName
{
background-color: #C032D9;
}
.BgClassName
{
background-color: #C032D9;
}
</style>
border-color css
<style>
span { border-color: #C032D9; }
span { border-color: rgb(192,50,217); }
td.TdClassName
{
border-color: #C032D9;
}
.TagClassName
{
border-color: #C032D9;
}
</style>