Shades of Medium Orchid #C040D2
Tints of Medium Orchid #C040D2
RGB
CMYK
RGB Variations
Color information
#C040D2 (or 0xC040D2) is known color: Medium Orchid. HEX triplet: C0, 40 and D2. RGB value is (192,64,210). Sum of RGB (Red+Green+Blue) = 192+64+210=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 210 - color contains mainly: blue. Hex color #C040D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040D2 is #3FBF2D. Grayscale: #767676. Windows color (decimal): -4177710 or 13779136. OLE color: 13779136.
HSL color Cylindrical-coordinate representation of color #C040D2: hue angle of 292.6º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C040D2 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 64 | 210 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.18 |
| HSL | 292.6º | 0.62% | 0.54% | - |
| HSV(B) | 292.6º | 0.7% | 0.82% | - |
| XYZ | 35.2 | 19.53 | 62.89 | - |
| YUV | 118.92 | 179.41 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 210 | 0.09 | 0.70 | 0 | 0.18 | 292.6 | 0.62 | 0.54 |
| Hex | C0 | 40 | D2 | 9 | 46 | 0 | 12 | 125 | 3E | 36 |
| Octal | 300 | 100 | 322 | 11 | 106 | 0 | 22 | 445 | 76 | 66 |
| Binary | 11000000 | 1000000 | 11010010 | 1001 | 1000110 | 0 | 10010 | 100100101 | 111110 | 110110 |
Color Harmonies of #C040D2
Complementary color
Monochromatic Colors of #C040D2
Black with #C040D2
Text Example
Text Example
White with #C040D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C040D2; }
p { color: rgb(192,64,210); }
H1.HeaderClassName
{
color: #C040D2;
}
.AnyTagClassName
{
color: #C040D2;
}
</style>
background-color css
<style>
a { background-color: #C040D2; }
a { background-color: rgb(192,64,210); }
div.DivClassName
{
background-color: #C040D2;
}
.BgClassName
{
background-color: #C040D2;
}
</style>
border-color css
<style>
span { border-color: #C040D2; }
span { border-color: rgb(192,64,210); }
td.TdClassName
{
border-color: #C040D2;
}
.TagClassName
{
border-color: #C040D2;
}
</style>