Shades of Medium Orchid #C040D0
Tints of Medium Orchid #C040D0
RGB
CMYK
RGB Variations
Color information
#C040D0 (or 0xC040D0) is known color: Medium Orchid. HEX triplet: C0, 40 and D0. RGB value is (192,64,208). Sum of RGB (Red+Green+Blue) = 192+64+208=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 64 (25.39% from 255 or 13.79% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #C040D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040D0 is #3FBF2F. Grayscale: #767676. Windows color (decimal): -4177712 or 13648064. OLE color: 13648064.
HSL color Cylindrical-coordinate representation of color #C040D0: hue angle of 293.33º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C040D0 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 64 | 208 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.18 |
| HSL | 293.33º | 0.61% | 0.53% | - |
| HSV(B) | 293.33º | 0.69% | 0.82% | - |
| XYZ | 34.96 | 19.43 | 61.58 | - |
| YUV | 118.69 | 178.41 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 208 | 0.08 | 0.69 | 0 | 0.18 | 293.33 | 0.61 | 0.53 |
| Hex | C0 | 40 | D0 | 8 | 45 | 0 | 12 | 125 | 3D | 35 |
| Octal | 300 | 100 | 320 | 10 | 105 | 0 | 22 | 445 | 75 | 65 |
| Binary | 11000000 | 1000000 | 11010000 | 1000 | 1000101 | 0 | 10010 | 100100101 | 111101 | 110101 |
Color Harmonies of #C040D0
Complementary color
Monochromatic Colors of #C040D0
Black with #C040D0
Text Example
Text Example
White with #C040D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C040D0; }
p { color: rgb(192,64,208); }
H1.HeaderClassName
{
color: #C040D0;
}
.AnyTagClassName
{
color: #C040D0;
}
</style>
background-color css
<style>
a { background-color: #C040D0; }
a { background-color: rgb(192,64,208); }
div.DivClassName
{
background-color: #C040D0;
}
.BgClassName
{
background-color: #C040D0;
}
</style>
border-color css
<style>
span { border-color: #C040D0; }
span { border-color: rgb(192,64,208); }
td.TdClassName
{
border-color: #C040D0;
}
.TagClassName
{
border-color: #C040D0;
}
</style>