Shades of Medium Orchid #C077D8
Tints of Medium Orchid #C077D8
RGB
CMYK
RGB Variations
Color information
#C077D8 (or 0xC077D8) is known color: Medium Orchid. HEX triplet: C0, 77 and D8. RGB value is (192,119,216). Sum of RGB (Red+Green+Blue) = 192+119+216=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 216 (84.77% from 255 or 40.99% from 527); Max value from RGB is 216 - color contains mainly: blue. Hex color #C077D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077D8 is #3F8827. Grayscale: #979797. Windows color (decimal): -4163624 or 14186432. OLE color: 14186432.
HSL color Cylindrical-coordinate representation of color #C077D8: hue angle of 285.15º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C077D8 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 119 | 216 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.15 |
| HSL | 285.15º | 0.55% | 0.66% | - |
| HSV(B) | 285.15º | 0.45% | 0.85% | - |
| XYZ | 40.73 | 29.36 | 68.49 | - |
| YUV | 151.89 | 164.18 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 216 | 0.11 | 0.45 | 0 | 0.15 | 285.15 | 0.55 | 0.66 |
| Hex | C0 | 77 | D8 | B | 2D | 0 | F | 11D | 37 | 42 |
| Octal | 300 | 167 | 330 | 13 | 55 | 0 | 17 | 435 | 67 | 102 |
| Binary | 11000000 | 1110111 | 11011000 | 1011 | 101101 | 0 | 1111 | 100011101 | 110111 | 1000010 |
Color Harmonies of #C077D8
Complementary color
Monochromatic Colors of #C077D8
Black with #C077D8
Text Example
Text Example
White with #C077D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C077D8; }
p { color: rgb(192,119,216); }
H1.HeaderClassName
{
color: #C077D8;
}
.AnyTagClassName
{
color: #C077D8;
}
</style>
background-color css
<style>
a { background-color: #C077D8; }
a { background-color: rgb(192,119,216); }
div.DivClassName
{
background-color: #C077D8;
}
.BgClassName
{
background-color: #C077D8;
}
</style>
border-color css
<style>
span { border-color: #C077D8; }
span { border-color: rgb(192,119,216); }
td.TdClassName
{
border-color: #C077D8;
}
.TagClassName
{
border-color: #C077D8;
}
</style>