Shades of Medium Orchid #C032DC
Tints of Medium Orchid #C032DC
RGB
CMYK
RGB Variations
Color information
#C032DC (or 0xC032DC) is known color: Medium Orchid. HEX triplet: C0, 32 and DC. RGB value is (192,50,220). Sum of RGB (Red+Green+Blue) = 192+50+220=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 50 (19.92% from 255 or 10.82% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #C032DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C032DC is #3FCD23. Grayscale: #6F6F6F. Windows color (decimal): -4181284 or 14430912. OLE color: 14430912.
HSL color Cylindrical-coordinate representation of color #C032DC: hue angle of 290.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C032DC is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 50 | 220 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.14 |
| HSL | 290.12º | 0.71% | 0.53% | - |
| HSV(B) | 290.12º | 0.77% | 0.86% | - |
| XYZ | 35.8 | 18.65 | 69.42 | - |
| YUV | 111.84 | 189.04 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 220 | 0.13 | 0.77 | 0 | 0.14 | 290.12 | 0.71 | 0.53 |
| Hex | C0 | 32 | DC | D | 4D | 0 | E | 122 | 47 | 35 |
| Octal | 300 | 62 | 334 | 15 | 115 | 0 | 16 | 442 | 107 | 65 |
| Binary | 11000000 | 110010 | 11011100 | 1101 | 1001101 | 0 | 1110 | 100100010 | 1000111 | 110101 |
Color Harmonies of #C032DC
Complementary color
Monochromatic Colors of #C032DC
Black with #C032DC
Text Example
Text Example
White with #C032DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C032DC; }
p { color: rgb(192,50,220); }
H1.HeaderClassName
{
color: #C032DC;
}
.AnyTagClassName
{
color: #C032DC;
}
</style>
background-color css
<style>
a { background-color: #C032DC; }
a { background-color: rgb(192,50,220); }
div.DivClassName
{
background-color: #C032DC;
}
.BgClassName
{
background-color: #C032DC;
}
</style>
border-color css
<style>
span { border-color: #C032DC; }
span { border-color: rgb(192,50,220); }
td.TdClassName
{
border-color: #C032DC;
}
.TagClassName
{
border-color: #C032DC;
}
</style>