Shades of Medium Orchid #C040D1
Tints of Medium Orchid #C040D1
RGB
CMYK
RGB Variations
Color information
#C040D1 (or 0xC040D1) is known color: Medium Orchid. HEX triplet: C0, 40 and D1. RGB value is (192,64,209). Sum of RGB (Red+Green+Blue) = 192+64+209=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 209 - color contains mainly: blue. Hex color #C040D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040D1 is #3FBF2E. Grayscale: #767676. Windows color (decimal): -4177711 or 13713600. OLE color: 13713600.
HSL color Cylindrical-coordinate representation of color #C040D1: hue angle of 292.97º 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 #C040D1 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 64 | 209 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.18 |
| HSL | 292.97º | 0.61% | 0.54% | - |
| HSV(B) | 292.97º | 0.69% | 0.82% | - |
| XYZ | 35.08 | 19.48 | 62.23 | - |
| YUV | 118.8 | 178.91 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 209 | 0.08 | 0.69 | 0 | 0.18 | 292.97 | 0.61 | 0.54 |
| Hex | C0 | 40 | D1 | 8 | 45 | 0 | 12 | 125 | 3D | 36 |
| Octal | 300 | 100 | 321 | 10 | 105 | 0 | 22 | 445 | 75 | 66 |
| Binary | 11000000 | 1000000 | 11010001 | 1000 | 1000101 | 0 | 10010 | 100100101 | 111101 | 110110 |
Color Harmonies of #C040D1
Complementary color
Monochromatic Colors of #C040D1
Black with #C040D1
Text Example
Text Example
White with #C040D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C040D1; }
p { color: rgb(192,64,209); }
H1.HeaderClassName
{
color: #C040D1;
}
.AnyTagClassName
{
color: #C040D1;
}
</style>
background-color css
<style>
a { background-color: #C040D1; }
a { background-color: rgb(192,64,209); }
div.DivClassName
{
background-color: #C040D1;
}
.BgClassName
{
background-color: #C040D1;
}
</style>
border-color css
<style>
span { border-color: #C040D1; }
span { border-color: rgb(192,64,209); }
td.TdClassName
{
border-color: #C040D1;
}
.TagClassName
{
border-color: #C040D1;
}
</style>