Shades of Medium Orchid #C032DF
Tints of Medium Orchid #C032DF
RGB
CMYK
RGB Variations
Color information
#C032DF (or 0xC032DF) is known color: Medium Orchid. HEX triplet: C0, 32 and DF. RGB value is (192,50,223). Sum of RGB (Red+Green+Blue) = 192+50+223=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 50 (19.92% from 255 or 10.75% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #C032DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C032DF is #3FCD20. Grayscale: #6F6F6F. Windows color (decimal): -4181281 or 14627520. OLE color: 14627520.
HSL color Cylindrical-coordinate representation of color #C032DF: hue angle of 289.25º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C032DF is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 50 | 223 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.13 |
| HSL | 289.25º | 0.73% | 0.54% | - |
| HSV(B) | 289.25º | 0.78% | 0.87% | - |
| XYZ | 36.2 | 18.82 | 71.54 | - |
| YUV | 112.18 | 190.54 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 223 | 0.14 | 0.78 | 0 | 0.13 | 289.25 | 0.73 | 0.54 |
| Hex | C0 | 32 | DF | E | 4E | 0 | D | 121 | 49 | 36 |
| Octal | 300 | 62 | 337 | 16 | 116 | 0 | 15 | 441 | 111 | 66 |
| Binary | 11000000 | 110010 | 11011111 | 1110 | 1001110 | 0 | 1101 | 100100001 | 1001001 | 110110 |
Color Harmonies of #C032DF
Complementary color
Monochromatic Colors of #C032DF
Black with #C032DF
Text Example
Text Example
White with #C032DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C032DF; }
p { color: rgb(192,50,223); }
H1.HeaderClassName
{
color: #C032DF;
}
.AnyTagClassName
{
color: #C032DF;
}
</style>
background-color css
<style>
a { background-color: #C032DF; }
a { background-color: rgb(192,50,223); }
div.DivClassName
{
background-color: #C032DF;
}
.BgClassName
{
background-color: #C032DF;
}
</style>
border-color css
<style>
span { border-color: #C032DF; }
span { border-color: rgb(192,50,223); }
td.TdClassName
{
border-color: #C032DF;
}
.TagClassName
{
border-color: #C032DF;
}
</style>