Shades of Medium Orchid #C040DE
Tints of Medium Orchid #C040DE
RGB
CMYK
RGB Variations
Color information
#C040DE (or 0xC040DE) is known color: Medium Orchid. HEX triplet: C0, 40 and DE. RGB value is (192,64,222). Sum of RGB (Red+Green+Blue) = 192+64+222=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #C040DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040DE is #3FBF21. Grayscale: #777777. Windows color (decimal): -4177698 or 14565568. OLE color: 14565568.
HSL color Cylindrical-coordinate representation of color #C040DE: hue angle of 288.61º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C040DE is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 64 | 222 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.13 |
| HSL | 288.61º | 0.71% | 0.56% | - |
| HSV(B) | 288.61º | 0.71% | 0.87% | - |
| XYZ | 36.76 | 20.15 | 71.06 | - |
| YUV | 120.28 | 185.41 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 222 | 0.14 | 0.71 | 0 | 0.13 | 288.61 | 0.71 | 0.56 |
| Hex | C0 | 40 | DE | E | 47 | 0 | D | 121 | 47 | 38 |
| Octal | 300 | 100 | 336 | 16 | 107 | 0 | 15 | 441 | 107 | 70 |
| Binary | 11000000 | 1000000 | 11011110 | 1110 | 1000111 | 0 | 1101 | 100100001 | 1000111 | 111000 |
Color Harmonies of #C040DE
Complementary color
Monochromatic Colors of #C040DE
Black with #C040DE
Text Example
Text Example
White with #C040DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C040DE; }
p { color: rgb(192,64,222); }
H1.HeaderClassName
{
color: #C040DE;
}
.AnyTagClassName
{
color: #C040DE;
}
</style>
background-color css
<style>
a { background-color: #C040DE; }
a { background-color: rgb(192,64,222); }
div.DivClassName
{
background-color: #C040DE;
}
.BgClassName
{
background-color: #C040DE;
}
</style>
border-color css
<style>
span { border-color: #C040DE; }
span { border-color: rgb(192,64,222); }
td.TdClassName
{
border-color: #C040DE;
}
.TagClassName
{
border-color: #C040DE;
}
</style>