Shades of Medium Orchid #C078DD
Tints of Medium Orchid #C078DD
RGB
CMYK
RGB Variations
Color information
#C078DD (or 0xC078DD) is known color: Medium Orchid. HEX triplet: C0, 78 and DD. RGB value is (192,120,221). Sum of RGB (Red+Green+Blue) = 192+120+221=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 120 (47.27% from 255 or 22.51% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #C078DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078DD is #3F8722. Grayscale: #989898. Windows color (decimal): -4163363 or 14514368. OLE color: 14514368.
HSL color Cylindrical-coordinate representation of color #C078DD: hue angle of 282.77º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C078DD is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 120 | 221 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.13 |
| HSL | 282.77º | 0.6% | 0.67% | - |
| HSV(B) | 282.77º | 0.46% | 0.87% | - |
| XYZ | 41.51 | 29.86 | 71.98 | - |
| YUV | 153.04 | 166.35 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 221 | 0.13 | 0.46 | 0 | 0.13 | 282.77 | 0.6 | 0.67 |
| Hex | C0 | 78 | DD | D | 2E | 0 | D | 11B | 3C | 43 |
| Octal | 300 | 170 | 335 | 15 | 56 | 0 | 15 | 433 | 74 | 103 |
| Binary | 11000000 | 1111000 | 11011101 | 1101 | 101110 | 0 | 1101 | 100011011 | 111100 | 1000011 |
Color Harmonies of #C078DD
Complementary color
Monochromatic Colors of #C078DD
Black with #C078DD
Text Example
Text Example
White with #C078DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C078DD; }
p { color: rgb(192,120,221); }
H1.HeaderClassName
{
color: #C078DD;
}
.AnyTagClassName
{
color: #C078DD;
}
</style>
background-color css
<style>
a { background-color: #C078DD; }
a { background-color: rgb(192,120,221); }
div.DivClassName
{
background-color: #C078DD;
}
.BgClassName
{
background-color: #C078DD;
}
</style>
border-color css
<style>
span { border-color: #C078DD; }
span { border-color: rgb(192,120,221); }
td.TdClassName
{
border-color: #C078DD;
}
.TagClassName
{
border-color: #C078DD;
}
</style>