Shades of Medium Orchid #C041D1
Tints of Medium Orchid #C041D1
RGB
CMYK
RGB Variations
Color information
#C041D1 (or 0xC041D1) is known color: Medium Orchid. HEX triplet: C0, 41 and D1. RGB value is (192,65,209). Sum of RGB (Red+Green+Blue) = 192+65+209=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 209 - color contains mainly: blue. Hex color #C041D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C041D1 is #3FBE2E. Grayscale: #767676. Windows color (decimal): -4177455 or 13713856. OLE color: 13713856.
HSL color Cylindrical-coordinate representation of color #C041D1: hue angle of 292.92º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C041D1 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 65 | 209 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.18 |
| HSL | 292.92º | 0.61% | 0.54% | - |
| HSV(B) | 292.92º | 0.69% | 0.82% | - |
| XYZ | 35.14 | 19.59 | 62.25 | - |
| YUV | 119.39 | 178.58 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 209 | 0.08 | 0.69 | 0 | 0.18 | 292.92 | 0.61 | 0.54 |
| Hex | C0 | 41 | D1 | 8 | 45 | 0 | 12 | 125 | 3D | 36 |
| Octal | 300 | 101 | 321 | 10 | 105 | 0 | 22 | 445 | 75 | 66 |
| Binary | 11000000 | 1000001 | 11010001 | 1000 | 1000101 | 0 | 10010 | 100100101 | 111101 | 110110 |
Color Harmonies of #C041D1
Complementary color
Monochromatic Colors of #C041D1
Black with #C041D1
Text Example
Text Example
White with #C041D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C041D1; }
p { color: rgb(192,65,209); }
H1.HeaderClassName
{
color: #C041D1;
}
.AnyTagClassName
{
color: #C041D1;
}
</style>
background-color css
<style>
a { background-color: #C041D1; }
a { background-color: rgb(192,65,209); }
div.DivClassName
{
background-color: #C041D1;
}
.BgClassName
{
background-color: #C041D1;
}
</style>
border-color css
<style>
span { border-color: #C041D1; }
span { border-color: rgb(192,65,209); }
td.TdClassName
{
border-color: #C041D1;
}
.TagClassName
{
border-color: #C041D1;
}
</style>