Shades of Medium Orchid #C078D7
Tints of Medium Orchid #C078D7
RGB
CMYK
RGB Variations
Color information
#C078D7 (or 0xC078D7) is known color: Medium Orchid. HEX triplet: C0, 78 and D7. RGB value is (192,120,215). Sum of RGB (Red+Green+Blue) = 192+120+215=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 215 - color contains mainly: blue. Hex color #C078D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078D7 is #3F8728. Grayscale: #989898. Windows color (decimal): -4163369 or 14121152. OLE color: 14121152.
HSL color Cylindrical-coordinate representation of color #C078D7: hue angle of 285.47º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C078D7 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 120 | 215 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.16 |
| HSL | 285.47º | 0.54% | 0.66% | - |
| HSV(B) | 285.47º | 0.44% | 0.84% | - |
| XYZ | 40.72 | 29.55 | 67.85 | - |
| YUV | 152.36 | 163.35 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 215 | 0.11 | 0.44 | 0 | 0.16 | 285.47 | 0.54 | 0.66 |
| Hex | C0 | 78 | D7 | B | 2C | 0 | 10 | 11D | 36 | 42 |
| Octal | 300 | 170 | 327 | 13 | 54 | 0 | 20 | 435 | 66 | 102 |
| Binary | 11000000 | 1111000 | 11010111 | 1011 | 101100 | 0 | 10000 | 100011101 | 110110 | 1000010 |
Color Harmonies of #C078D7
Complementary color
Monochromatic Colors of #C078D7
Black with #C078D7
Text Example
Text Example
White with #C078D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C078D7; }
p { color: rgb(192,120,215); }
H1.HeaderClassName
{
color: #C078D7;
}
.AnyTagClassName
{
color: #C078D7;
}
</style>
background-color css
<style>
a { background-color: #C078D7; }
a { background-color: rgb(192,120,215); }
div.DivClassName
{
background-color: #C078D7;
}
.BgClassName
{
background-color: #C078D7;
}
</style>
border-color css
<style>
span { border-color: #C078D7; }
span { border-color: rgb(192,120,215); }
td.TdClassName
{
border-color: #C078D7;
}
.TagClassName
{
border-color: #C078D7;
}
</style>