Shades of Medium Orchid #C076D9
Tints of Medium Orchid #C076D9
RGB
CMYK
RGB Variations
Color information
#C076D9 (or 0xC076D9) is known color: Medium Orchid. HEX triplet: C0, 76 and D9. RGB value is (192,118,217). Sum of RGB (Red+Green+Blue) = 192+118+217=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 217 (85.16% from 255 or 41.18% from 527); Max value from RGB is 217 - color contains mainly: blue. Hex color #C076D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076D9 is #3F8926. Grayscale: #979797. Windows color (decimal): -4163879 or 14251712. OLE color: 14251712.
HSL color Cylindrical-coordinate representation of color #C076D9: hue angle of 284.85º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C076D9 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 118 | 217 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.15 |
| HSL | 284.85º | 0.57% | 0.66% | - |
| HSV(B) | 284.85º | 0.46% | 0.85% | - |
| XYZ | 40.74 | 29.17 | 69.13 | - |
| YUV | 151.41 | 165.02 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 217 | 0.12 | 0.46 | 0 | 0.15 | 284.85 | 0.57 | 0.66 |
| Hex | C0 | 76 | D9 | C | 2E | 0 | F | 11D | 39 | 42 |
| Octal | 300 | 166 | 331 | 14 | 56 | 0 | 17 | 435 | 71 | 102 |
| Binary | 11000000 | 1110110 | 11011001 | 1100 | 101110 | 0 | 1111 | 100011101 | 111001 | 1000010 |
Color Harmonies of #C076D9
Complementary color
Monochromatic Colors of #C076D9
Black with #C076D9
Text Example
Text Example
White with #C076D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C076D9; }
p { color: rgb(192,118,217); }
H1.HeaderClassName
{
color: #C076D9;
}
.AnyTagClassName
{
color: #C076D9;
}
</style>
background-color css
<style>
a { background-color: #C076D9; }
a { background-color: rgb(192,118,217); }
div.DivClassName
{
background-color: #C076D9;
}
.BgClassName
{
background-color: #C076D9;
}
</style>
border-color css
<style>
span { border-color: #C076D9; }
span { border-color: rgb(192,118,217); }
td.TdClassName
{
border-color: #C076D9;
}
.TagClassName
{
border-color: #C076D9;
}
</style>