Shades of Medium Orchid #C040DF
Tints of Medium Orchid #C040DF
RGB
CMYK
RGB Variations
Color information
#C040DF (or 0xC040DF) is known color: Medium Orchid. HEX triplet: C0, 40 and DF. RGB value is (192,64,223). Sum of RGB (Red+Green+Blue) = 192+64+223=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #C040DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040DF is #3FBF20. Grayscale: #777777. Windows color (decimal): -4177697 or 14631104. OLE color: 14631104.
HSL color Cylindrical-coordinate representation of color #C040DF: hue angle of 288.3º 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 #C040DF is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 64 | 223 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.13 |
| HSL | 288.3º | 0.71% | 0.56% | - |
| HSV(B) | 288.3º | 0.71% | 0.87% | - |
| XYZ | 36.89 | 20.2 | 71.77 | - |
| YUV | 120.4 | 185.91 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 223 | 0.14 | 0.71 | 0 | 0.13 | 288.3 | 0.71 | 0.56 |
| Hex | C0 | 40 | DF | E | 47 | 0 | D | 120 | 47 | 38 |
| Octal | 300 | 100 | 337 | 16 | 107 | 0 | 15 | 440 | 107 | 70 |
| Binary | 11000000 | 1000000 | 11011111 | 1110 | 1000111 | 0 | 1101 | 100100000 | 1000111 | 111000 |
Color Harmonies of #C040DF
Complementary color
Monochromatic Colors of #C040DF
Black with #C040DF
Text Example
Text Example
White with #C040DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C040DF; }
p { color: rgb(192,64,223); }
H1.HeaderClassName
{
color: #C040DF;
}
.AnyTagClassName
{
color: #C040DF;
}
</style>
background-color css
<style>
a { background-color: #C040DF; }
a { background-color: rgb(192,64,223); }
div.DivClassName
{
background-color: #C040DF;
}
.BgClassName
{
background-color: #C040DF;
}
</style>
border-color css
<style>
span { border-color: #C040DF; }
span { border-color: rgb(192,64,223); }
td.TdClassName
{
border-color: #C040DF;
}
.TagClassName
{
border-color: #C040DF;
}
</style>