Shades of Medium Orchid #C041D6
Tints of Medium Orchid #C041D6
RGB
CMYK
RGB Variations
Color information
#C041D6 (or 0xC041D6) is known color: Medium Orchid. HEX triplet: C0, 41 and D6. RGB value is (192,65,214). Sum of RGB (Red+Green+Blue) = 192+65+214=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 214 (83.98% from 255 or 45.44% from 471); Max value from RGB is 214 - color contains mainly: blue. Hex color #C041D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C041D6 is #3FBE29. Grayscale: #777777. Windows color (decimal): -4177450 or 14041536. OLE color: 14041536.
HSL color Cylindrical-coordinate representation of color #C041D6: hue angle of 291.14º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C041D6 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 65 | 214 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.16 |
| HSL | 291.14º | 0.65% | 0.55% | - |
| HSV(B) | 291.14º | 0.7% | 0.84% | - |
| XYZ | 35.77 | 19.84 | 65.56 | - |
| YUV | 119.96 | 181.08 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 214 | 0.10 | 0.70 | 0 | 0.16 | 291.14 | 0.65 | 0.55 |
| Hex | C0 | 41 | D6 | A | 46 | 0 | 10 | 123 | 41 | 37 |
| Octal | 300 | 101 | 326 | 12 | 106 | 0 | 20 | 443 | 101 | 67 |
| Binary | 11000000 | 1000001 | 11010110 | 1010 | 1000110 | 0 | 10000 | 100100011 | 1000001 | 110111 |
Color Harmonies of #C041D6
Complementary color
Monochromatic Colors of #C041D6
Black with #C041D6
Text Example
Text Example
White with #C041D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C041D6; }
p { color: rgb(192,65,214); }
H1.HeaderClassName
{
color: #C041D6;
}
.AnyTagClassName
{
color: #C041D6;
}
</style>
background-color css
<style>
a { background-color: #C041D6; }
a { background-color: rgb(192,65,214); }
div.DivClassName
{
background-color: #C041D6;
}
.BgClassName
{
background-color: #C041D6;
}
</style>
border-color css
<style>
span { border-color: #C041D6; }
span { border-color: rgb(192,65,214); }
td.TdClassName
{
border-color: #C041D6;
}
.TagClassName
{
border-color: #C041D6;
}
</style>