Shades of Medium Orchid #C041DC
Tints of Medium Orchid #C041DC
RGB
CMYK
RGB Variations
Color information
#C041DC (or 0xC041DC) is known color: Medium Orchid. HEX triplet: C0, 41 and DC. RGB value is (192,65,220). Sum of RGB (Red+Green+Blue) = 192+65+220=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 65 (25.78% from 255 or 13.63% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #C041DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C041DC is #3FBE23. Grayscale: #787878. Windows color (decimal): -4177444 or 14434752. OLE color: 14434752.
HSL color Cylindrical-coordinate representation of color #C041DC: hue angle of 289.16º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C041DC is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 65 | 220 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.14 |
| HSL | 289.16º | 0.69% | 0.56% | - |
| HSV(B) | 289.16º | 0.7% | 0.86% | - |
| XYZ | 36.55 | 20.15 | 69.67 | - |
| YUV | 120.64 | 184.08 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 220 | 0.13 | 0.70 | 0 | 0.14 | 289.16 | 0.69 | 0.56 |
| Hex | C0 | 41 | DC | D | 46 | 0 | E | 121 | 45 | 38 |
| Octal | 300 | 101 | 334 | 15 | 106 | 0 | 16 | 441 | 105 | 70 |
| Binary | 11000000 | 1000001 | 11011100 | 1101 | 1000110 | 0 | 1110 | 100100001 | 1000101 | 111000 |
Color Harmonies of #C041DC
Complementary color
Monochromatic Colors of #C041DC
Black with #C041DC
Text Example
Text Example
White with #C041DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C041DC; }
p { color: rgb(192,65,220); }
H1.HeaderClassName
{
color: #C041DC;
}
.AnyTagClassName
{
color: #C041DC;
}
</style>
background-color css
<style>
a { background-color: #C041DC; }
a { background-color: rgb(192,65,220); }
div.DivClassName
{
background-color: #C041DC;
}
.BgClassName
{
background-color: #C041DC;
}
</style>
border-color css
<style>
span { border-color: #C041DC; }
span { border-color: rgb(192,65,220); }
td.TdClassName
{
border-color: #C041DC;
}
.TagClassName
{
border-color: #C041DC;
}
</style>