Shades of Medium Orchid #C076DC
Tints of Medium Orchid #C076DC
RGB
CMYK
RGB Variations
Color information
#C076DC (or 0xC076DC) is known color: Medium Orchid. HEX triplet: C0, 76 and DC. RGB value is (192,118,220). Sum of RGB (Red+Green+Blue) = 192+118+220=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 118 (46.48% from 255 or 22.26% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #C076DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076DC is #3F8923. Grayscale: #979797. Windows color (decimal): -4163876 or 14448320. OLE color: 14448320.
HSL color Cylindrical-coordinate representation of color #C076DC: hue angle of 283.53º 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 #C076DC is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 118 | 220 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.14 |
| HSL | 283.53º | 0.59% | 0.66% | - |
| HSV(B) | 283.53º | 0.46% | 0.86% | - |
| XYZ | 41.13 | 29.33 | 71.2 | - |
| YUV | 151.75 | 166.52 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 220 | 0.13 | 0.46 | 0 | 0.14 | 283.53 | 0.59 | 0.66 |
| Hex | C0 | 76 | DC | D | 2E | 0 | E | 11C | 3B | 42 |
| Octal | 300 | 166 | 334 | 15 | 56 | 0 | 16 | 434 | 73 | 102 |
| Binary | 11000000 | 1110110 | 11011100 | 1101 | 101110 | 0 | 1110 | 100011100 | 111011 | 1000010 |
Color Harmonies of #C076DC
Complementary color
Monochromatic Colors of #C076DC
Black with #C076DC
Text Example
Text Example
White with #C076DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C076DC; }
p { color: rgb(192,118,220); }
H1.HeaderClassName
{
color: #C076DC;
}
.AnyTagClassName
{
color: #C076DC;
}
</style>
background-color css
<style>
a { background-color: #C076DC; }
a { background-color: rgb(192,118,220); }
div.DivClassName
{
background-color: #C076DC;
}
.BgClassName
{
background-color: #C076DC;
}
</style>
border-color css
<style>
span { border-color: #C076DC; }
span { border-color: rgb(192,118,220); }
td.TdClassName
{
border-color: #C076DC;
}
.TagClassName
{
border-color: #C076DC;
}
</style>