Shades of Medium Orchid #C077DC
Tints of Medium Orchid #C077DC
RGB
CMYK
RGB Variations
Color information
#C077DC (or 0xC077DC) is known color: Medium Orchid. HEX triplet: C0, 77 and DC. RGB value is (192,119,220). Sum of RGB (Red+Green+Blue) = 192+119+220=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #C077DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077DC is #3F8823. Grayscale: #989898. Windows color (decimal): -4163620 or 14448576. OLE color: 14448576.
HSL color Cylindrical-coordinate representation of color #C077DC: hue angle of 283.37º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C077DC is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 119 | 220 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.14 |
| HSL | 283.37º | 0.59% | 0.66% | - |
| HSV(B) | 283.37º | 0.46% | 0.86% | - |
| XYZ | 41.25 | 29.57 | 71.24 | - |
| YUV | 152.34 | 166.18 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 220 | 0.13 | 0.46 | 0 | 0.14 | 283.37 | 0.59 | 0.66 |
| Hex | C0 | 77 | DC | D | 2E | 0 | E | 11B | 3B | 42 |
| Octal | 300 | 167 | 334 | 15 | 56 | 0 | 16 | 433 | 73 | 102 |
| Binary | 11000000 | 1110111 | 11011100 | 1101 | 101110 | 0 | 1110 | 100011011 | 111011 | 1000010 |
Color Harmonies of #C077DC
Complementary color
Monochromatic Colors of #C077DC
Black with #C077DC
Text Example
Text Example
White with #C077DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C077DC; }
p { color: rgb(192,119,220); }
H1.HeaderClassName
{
color: #C077DC;
}
.AnyTagClassName
{
color: #C077DC;
}
</style>
background-color css
<style>
a { background-color: #C077DC; }
a { background-color: rgb(192,119,220); }
div.DivClassName
{
background-color: #C077DC;
}
.BgClassName
{
background-color: #C077DC;
}
</style>
border-color css
<style>
span { border-color: #C077DC; }
span { border-color: rgb(192,119,220); }
td.TdClassName
{
border-color: #C077DC;
}
.TagClassName
{
border-color: #C077DC;
}
</style>