Shades of Medium Orchid #C040DC
Tints of Medium Orchid #C040DC
RGB
CMYK
RGB Variations
Color information
#C040DC (or 0xC040DC) is known color: Medium Orchid. HEX triplet: C0, 40 and DC. RGB value is (192,64,220). Sum of RGB (Red+Green+Blue) = 192+64+220=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #C040DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040DC is #3FBF23. Grayscale: #777777. Windows color (decimal): -4177700 or 14434496. OLE color: 14434496.
HSL color Cylindrical-coordinate representation of color #C040DC: hue angle of 289.23º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C040DC is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 64 | 220 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.14 |
| HSL | 289.23º | 0.69% | 0.56% | - |
| HSV(B) | 289.23º | 0.71% | 0.86% | - |
| XYZ | 36.49 | 20.04 | 69.66 | - |
| YUV | 120.06 | 184.41 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 220 | 0.13 | 0.71 | 0 | 0.14 | 289.23 | 0.69 | 0.56 |
| Hex | C0 | 40 | DC | D | 47 | 0 | E | 121 | 45 | 38 |
| Octal | 300 | 100 | 334 | 15 | 107 | 0 | 16 | 441 | 105 | 70 |
| Binary | 11000000 | 1000000 | 11011100 | 1101 | 1000111 | 0 | 1110 | 100100001 | 1000101 | 111000 |
Color Harmonies of #C040DC
Complementary color
Monochromatic Colors of #C040DC
Black with #C040DC
Text Example
Text Example
White with #C040DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C040DC; }
p { color: rgb(192,64,220); }
H1.HeaderClassName
{
color: #C040DC;
}
.AnyTagClassName
{
color: #C040DC;
}
</style>
background-color css
<style>
a { background-color: #C040DC; }
a { background-color: rgb(192,64,220); }
div.DivClassName
{
background-color: #C040DC;
}
.BgClassName
{
background-color: #C040DC;
}
</style>
border-color css
<style>
span { border-color: #C040DC; }
span { border-color: rgb(192,64,220); }
td.TdClassName
{
border-color: #C040DC;
}
.TagClassName
{
border-color: #C040DC;
}
</style>