Shades of Medium Orchid #C032D6
Tints of Medium Orchid #C032D6
RGB
CMYK
RGB Variations
Color information
#C032D6 (or 0xC032D6) is known color: Medium Orchid. HEX triplet: C0, 32 and D6. RGB value is (192,50,214). Sum of RGB (Red+Green+Blue) = 192+50+214=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #C032D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C032D6 is #3FCD29. Grayscale: #6E6E6E. Windows color (decimal): -4181290 or 14037696. OLE color: 14037696.
HSL color Cylindrical-coordinate representation of color #C032D6: hue angle of 291.95º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C032D6 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 50 | 214 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.16 |
| HSL | 291.95º | 0.67% | 0.52% | - |
| HSV(B) | 291.95º | 0.77% | 0.84% | - |
| XYZ | 35.02 | 18.34 | 65.31 | - |
| YUV | 111.15 | 186.04 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 214 | 0.10 | 0.77 | 0 | 0.16 | 291.95 | 0.67 | 0.52 |
| Hex | C0 | 32 | D6 | A | 4D | 0 | 10 | 124 | 43 | 34 |
| Octal | 300 | 62 | 326 | 12 | 115 | 0 | 20 | 444 | 103 | 64 |
| Binary | 11000000 | 110010 | 11010110 | 1010 | 1001101 | 0 | 10000 | 100100100 | 1000011 | 110100 |
Color Harmonies of #C032D6
Complementary color
Monochromatic Colors of #C032D6
Black with #C032D6
Text Example
Text Example
White with #C032D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C032D6; }
p { color: rgb(192,50,214); }
H1.HeaderClassName
{
color: #C032D6;
}
.AnyTagClassName
{
color: #C032D6;
}
</style>
background-color css
<style>
a { background-color: #C032D6; }
a { background-color: rgb(192,50,214); }
div.DivClassName
{
background-color: #C032D6;
}
.BgClassName
{
background-color: #C032D6;
}
</style>
border-color css
<style>
span { border-color: #C032D6; }
span { border-color: rgb(192,50,214); }
td.TdClassName
{
border-color: #C032D6;
}
.TagClassName
{
border-color: #C032D6;
}
</style>