Shades of Medium Orchid #C040D9
Tints of Medium Orchid #C040D9
RGB
CMYK
RGB Variations
Color information
#C040D9 (or 0xC040D9) is known color: Medium Orchid. HEX triplet: C0, 40 and D9. RGB value is (192,64,217). Sum of RGB (Red+Green+Blue) = 192+64+217=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 217 - color contains mainly: blue. Hex color #C040D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040D9 is #3FBF26. Grayscale: #777777. Windows color (decimal): -4177703 or 14237888. OLE color: 14237888.
HSL color Cylindrical-coordinate representation of color #C040D9: hue angle of 290.2º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C040D9 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 64 | 217 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.15 |
| HSL | 290.2º | 0.67% | 0.55% | - |
| HSV(B) | 290.2º | 0.71% | 0.85% | - |
| XYZ | 36.1 | 19.88 | 67.58 | - |
| YUV | 119.71 | 182.91 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 217 | 0.12 | 0.71 | 0 | 0.15 | 290.2 | 0.67 | 0.55 |
| Hex | C0 | 40 | D9 | C | 47 | 0 | F | 122 | 43 | 37 |
| Octal | 300 | 100 | 331 | 14 | 107 | 0 | 17 | 442 | 103 | 67 |
| Binary | 11000000 | 1000000 | 11011001 | 1100 | 1000111 | 0 | 1111 | 100100010 | 1000011 | 110111 |
Color Harmonies of #C040D9
Complementary color
Monochromatic Colors of #C040D9
Black with #C040D9
Text Example
Text Example
White with #C040D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C040D9; }
p { color: rgb(192,64,217); }
H1.HeaderClassName
{
color: #C040D9;
}
.AnyTagClassName
{
color: #C040D9;
}
</style>
background-color css
<style>
a { background-color: #C040D9; }
a { background-color: rgb(192,64,217); }
div.DivClassName
{
background-color: #C040D9;
}
.BgClassName
{
background-color: #C040D9;
}
</style>
border-color css
<style>
span { border-color: #C040D9; }
span { border-color: rgb(192,64,217); }
td.TdClassName
{
border-color: #C040D9;
}
.TagClassName
{
border-color: #C040D9;
}
</style>